Update build config for macOS on ARM

This commit is contained in:
Sam Estep
2022-11-07 09:55:27 -05:00
committed by Akko
parent 0d69c2b05e
commit f5e2ad9c43
3 changed files with 102 additions and 767 deletions

View File

@@ -36,6 +36,7 @@ class Build(build_ext):
info = get_paths()
include_path = info['include']
cmake_args = ['-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=' + extdir,
'-DPYTHON_LIBRARY=' + get_config_var('LIBDIR'),
'-DPYTHON_INCLUDE_PATH=' + include_path]
cfg = 'Debug' if self.debug else 'Release'