diff --git a/ADPointGrey.Makefile b/ADPointGrey.Makefile index 3700ee020d7c23a8a8e65f913009f86474ce621c..87471ea3cf0772ed3a9377664586cf9aa3c892a8 100644 --- a/ADPointGrey.Makefile +++ b/ADPointGrey.Makefile @@ -94,7 +94,8 @@ HEADERS += $(SUPPORT)/os/Linux/Utilities.h # #ifeq (linux-x86_64, $(findstring linux-x86_64, $(T_A))) ifeq ($(T_A),linux-x86_64) USR_LDFLAGS += -Wl,--enable-new-dtags -USR_LDFLAGS += -L$(E3_MODULES_VENDOR_LIBS_LOCATION) +#USR_LDFLAGS += -L$(E3_MODULES_VENDOR_LIBS_LOCATION) +USR_LDFLAGS += -L$(where_am_I)/$(SUPPORT)/os/linux-x86_64 USR_LDFLAGS += -Wl,-rpath,"\$$ORIGIN/../../../../../siteLibs/vendor/$(E3_MODULE_NAME)/$(E3_MODULE_VERSION)" LIB_SYS_LIBS += flycapture endif