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:
Hong Chen 2025-02-20 08:51:30 -06:00
parent 15a61e160a
commit 94b5f2f594

View File

@ -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)