Update build config for macOS on ARM
This commit is contained in:
1
setup.py
1
setup.py
@@ -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'
|
||||
|
Reference in New Issue
Block a user