There was an error while loading. Please reload this page.
1 parent 09c8000 commit eebf11aCopy full SHA for eebf11a
1 file changed
tools/chapel-py/setup.py
@@ -49,7 +49,9 @@
49
chpl_lib_path = os.path.join(chpl_home, "lib", "compiler", host_bin_subdir)
50
# For installations using --prefix, the build and final lib paths are going to
51
# differ figure out the install location now and write it to the rpath
52
-chpl_home_utils = os.path.join(chpl_home, "util", "chplenv", "chpl_home_utils.py")
+chpl_home_utils = os.path.join(
53
+ chpl_home, "util", "chplenv", "chpl_home_utils.py"
54
+)
55
chpl_install_lib_path = (
56
subprocess.check_output(
57
["python", chpl_home_utils, "--configured-install-lib-prefix"],
0 commit comments