Skip to content

Commit

Permalink
remove bitness script
Browse files Browse the repository at this point in the history
  • Loading branch information
skoudoro committed Jan 23, 2023
1 parent 4c09dc4 commit e5bcb2c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dipy/meson.build
Expand Up @@ -53,10 +53,6 @@ if is_windows
add_project_arguments('-D__USE_MINGW_ANSI_STDIO=1', language: ['c', 'cpp'])
# Manual add of MS_WIN64 macro when not using MSVC.
# https://bugs.python.org/issue28267
bitness = run_command(
'_build_utils/gcc_build_bitness.py',
check: true
).stdout().strip()
if target_machine.cpu_family().to_lower().contains('64')
add_project_arguments('-DMS_WIN64', language: ['c', 'cpp'])
endif
Expand Down

0 comments on commit e5bcb2c

Please sign in to comment.