chore: compiler-dependent test flag
This commit is contained in:
parent
177d45a752
commit
d5e05f31e4
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ ifeq ($(OS),Windows_NT)
|
|||
export PATH := $(BIN_OUT):$(PATH)
|
||||
else
|
||||
# find libleanshared.so
|
||||
TEST_SHARED_LINK_FLAGS := -rpath `lean --print-prefix`/lib/lean
|
||||
TEST_SHARED_LINK_FLAGS := -Wl,-rpath,`lean --print-prefix`/lib/lean
|
||||
endif
|
||||
|
||||
$(BIN_OUT)/testcpp.so: $(CPP_OBJS) | $(BIN_OUT)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue