Skip to content

Commit

Permalink
Compile with rpath by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Germain Haugou committed Dec 3, 2022
1 parent 9028d8f commit 0355569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build:
-DCMAKE_INSTALL_PREFIX=install \
-DGVSOC_MODULES="$(CURDIR)/core;$(CURDIR)/pulp" \
-DGVSOC_TARGETS="${TARGETS}" \
-DCMAKE_SKIP_INSTALL_RPATH=true
-DCMAKE_SKIP_INSTALL_RPATH=false

$(CMAKE) --build build $(CMAKE_FLAGS)
$(CMAKE) --install build
Expand Down

0 comments on commit 0355569

Please sign in to comment.