fix mac python cpp building (#5786)

pull/5788/head
Yilun Chong 6 years ago committed by GitHub
parent a4c3472ce8
commit 7bcb522287
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      python/setup.py

@ -188,6 +188,7 @@ if __name__ == '__main__':
if sys.platform == 'darwin':
extra_compile_args.append("-Wno-shorten-64-to-32");
extra_compile_args.append("-Wno-deprecated-register");
# https://developer.apple.com/documentation/xcode_release_notes/xcode_10_release_notes
# C++ projects must now migrate to libc++ and are recommended to set a

Loading…
Cancel
Save