We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4af7bb1 commit 6f8f59aCopy full SHA for 6f8f59a
src/runtime/lpython/lpython.py
@@ -717,7 +717,7 @@ def get_rtlib_dir():
717
get_python_version
718
python_path = "-I" + get_python_inc() + " "
719
numpy_path = "-I" + get_include() + " "
720
- rt_path_01 = "-I" + get_rtlib_dir() + "/../libasr/runtime "
+ rt_path_01 = "-I" + get_rtlib_dir() + "/../libasr/src/libasr/runtime "
721
rt_path_02 = "-L" + get_rtlib_dir() + " -Wl,-rpath," \
722
+ get_rtlib_dir() + " -llpython_runtime "
723
python_lib = "-L" + get_python_lib() + "/../.." + f" -Wl,-rpath,{get_python_lib()+'/../..'}" + " -lpython" + \
0 commit comments