Skip to content
Snippets Groups Projects
Commit 8de4e0f2 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Fix llvm-config path

parent 58ff0bf9
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ import sys
import os
args = sys.argv[1:]
prefix = os.path.realpath(os.path.dirname(os.path.dirname(os.path.abspath(sys.argv[0]))) + "/llvm-prefix")
prefix = os.path.realpath(os.path.dirname(os.path.abspath(sys.argv[0])) + "/llvm-prefix")
# The values here are copied from the output of llvm-config running under Redox.
# This is a hack, and should be replaced if possible.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment