Skip to content

Commit 981330d

Browse files
committed
re-add erroneously commented line
1 parent 8e6bf76 commit 981330d

File tree

1 file changed

+1
-1
lines changed
  • graalpython/com.oracle.graal.python.cext

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python.cext/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ def __call__(self):
248248
libs.append(dep.lib_name)
249249
library_dirs.append(dep.lib_install_dir)
250250
#runtime_library_dirs.append(dep.lib_install_dir)
251-
#extra_link_args.append("-Wl,-rpath," + dep.lib_install_dir)
251+
extra_link_args.append("-Wl,-rpath," + dep.lib_install_dir)
252252

253253
# If the dependency provides a header file, add the include path
254254
if dep.include_install_dir:

0 commit comments

Comments
 (0)