Skip to content

Commit

Permalink
wip - eliminate gettimeofday
Browse files Browse the repository at this point in the history
  • Loading branch information
marktsuchida committed Jan 22, 2024
1 parent 55c5771 commit 229cece
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ if cxx.get_id() in ['msvc', 'clang-cl']
add_project_arguments('/wd4706', language: 'cpp')
endif

add_global_arguments('-DMMDEVICE_NO_GETTIMEOFDAY', language: 'cpp')

fs = import('fs')

python = import('python').find_installation(pure: false)
Expand Down
1 change: 0 additions & 1 deletion src/pymmcore/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ swig_gen = custom_target(
'-python', # -py3 removed in SWIG 4.1
'-builtin',
swig_incdir_args,
'-DMMDEVICE_NO_GETTIMEOFDAY',
'-MD', '-MF', '@DEPFILE@',
'-o', '@OUTPUT0@',
'-oh', '@OUTPUT1@',
Expand Down

0 comments on commit 229cece

Please sign in to comment.