File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 55import sys
66import os
77
8- sys .path .append ("src/libasr" )
8+ sys .path .append ("src/libasr/src/libasr " )
99import asdl
1010
1111products = []
Original file line number Diff line number Diff line change @@ -2261,9 +2261,9 @@ int main(int argc, char *argv[])
22612261#else
22622262 cmd += " llvm-dwarfdump --debug-line " + basename + " .out > " ;
22632263#endif
2264- cmd += basename + " _ldd.txt && (cd src/libasr/src/libasr; ./dwarf_convert.py ../../"
2265- + basename + " _ldd.txt ../../" + basename + " _lines.txt ../../"
2266- + basename + " _lines.dat && ./dat_convert.py ../../"
2264+ cmd += basename + " _ldd.txt && (cd src/libasr/src/libasr; ./dwarf_convert.py ../../../../ "
2265+ + basename + " _ldd.txt ../../../../ " + basename + " _lines.txt ../../ ../../"
2266+ + basename + " _lines.dat && ./dat_convert.py ../../../../ "
22672267 + basename + " _lines.dat)" ;
22682268 int status = system (cmd.c_str ());
22692269 if ( status != 0 ) {
Original file line number Diff line number Diff line change @@ -94,11 +94,11 @@ std::string get_runtime_library_header_dir()
9494 || endswith (dirname, " src\\ bin" )
9595 || endswith (dirname, " SRC\\ BIN" )) {
9696 // Development version
97- return dirname + " /../libasr/runtime" ;
97+ return dirname + " /../libasr/src/libasr/ runtime" ;
9898 } else if (endswith (dirname, " src/lpython/tests" ) ||
9999 endswith (to_lower (dirname), " src\\ lpython\\ tests" )) {
100100 // CTest Tests
101- return dirname + " /../../libasr/runtime" ;
101+ return dirname + " /../../libasr/src/libasr/ runtime" ;
102102 } else {
103103 // Installed version
104104 return dirname + " /../share/lpython/lib/impure" ;
You can’t perform that action at this time.
0 commit comments