Skip to content
Snippets Groups Projects
Commit 6e51c3dc authored by Filippo Cremonese's avatar Filippo Cremonese
Browse files

Use absolute RPATH in LLVM

parent d275396d
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
cmake "(@= source_dir @)/llvm" \
-GNinja \
-DCMAKE_BUILD_RPATH="\$ORIGIN/../lib:$ORCHESTRA_ROOT/lib" \
-DCMAKE_INSTALL_RPATH="\$ORIGIN/../lib" \
-DCMAKE_INSTALL_RPATH="$RPATH_PLACEHOLDER/lib" \
-DCMAKE_BUILD_TYPE="(@= cmake_build_type @)" \
-DCMAKE_EXE_LINKER_FLAGS="(@= cflags @) (@= options["modern_linker_flags"] @)" \
-DCMAKE_SHARED_LINKER_FLAGS="(@= cflags @) (@= options["modern_linker_flags"] @)" \
......
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