mirror of
https://github.com/nasa/trick.git
synced 2025-04-05 10:26:47 +00:00
Removed unnecessary -rpath as -install_name has the correct path during compilation.
Removed unnecessary -rpath as -install_name has the correct path during compilation.
This commit is contained in:
parent
15a61e160a
commit
94b5f2f594
@ -32,4 +32,4 @@ TRICK_PYTHON_PATH += :$(MYPROJECT_HOME)/trickified/python
|
||||
TRICK_SWIG_FLAGS += -I$(MYPROJECT_HOME)/trickified
|
||||
|
||||
# Link in the Trickified object
|
||||
TRICK_LDFLAGS += $(MYPROJECT_TRICK) -Wl,-rpath,$(MYPROJECT_HOME)/trickified
|
||||
TRICK_LDFLAGS += $(MYPROJECT_TRICK)
|
||||
|
Loading…
x
Reference in New Issue
Block a user