Skip to content

Commit

Permalink
wip - explicit swig depfile; don't exclude sys includes
Browse files Browse the repository at this point in the history
  • Loading branch information
marktsuchida committed Jan 21, 2024
1 parent d65425d commit 55c5771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pymmcore/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ swig_gen = custom_target(
'-builtin',
swig_incdir_args,
'-DMMDEVICE_NO_GETTIMEOFDAY',
'-MMD',
'-MD', '-MF', '@DEPFILE@',
'-o', '@OUTPUT0@',
'-oh', '@OUTPUT1@',
'-outdir', '@OUTDIR@',
Expand Down

0 comments on commit 55c5771

Please sign in to comment.