We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd7f89c commit 717a5c5Copy full SHA for 717a5c5
1 file changed
setup.py
@@ -104,6 +104,7 @@ def ext_modules():
104
_, jvm_so = find_jre_bin_jdk_so()
105
if is_mac:
106
javabridge_sources += ['_javabridge_mac.c']
107
+ extra_link_args = ['-framework', 'CoreFoundation']
108
else:
109
javabridge_sources += ['_javabridge_nomac.c']
110
if is_win:
0 commit comments