Skip to content

Commit

Permalink
WIP: remove LC_LOAD_DYLIB from .so files
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrsmith authored Aug 19, 2022
1 parent b714968 commit 0fe3150
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@
extra_link_args += ['-Xlinker', '-rpath', jvm_dll_dir]
elif platform.system() == 'Darwin':
include_dirs += [os.path.join(jdk_home_dir, 'include', 'darwin')]
library_dirs += [os.path.join(sys.exec_prefix, 'lib')]
extra_link_args += ['-Xlinker', '-rpath', jvm_dll_dir]
libraries = None
library_dirs = None


# ----------- Functions -------------
Expand Down

0 comments on commit 0fe3150

Please sign in to comment.