File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
XEngine_Source/XEngine_ServiceApp Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ ifeq ($(PLATFORM),linux)
3838 PLATVER = -D __UBUNTU__
3939 endif
4040 LIBEX = -lpthread -lrt -ldl
41- LOADBIN = -Wl,-rpath=./,--disable-new-dtags
41+ LOADBIN = -Wl,-rpath=./:/usr/local/lib ,--disable-new-dtags
4242else ifeq ($(PLATFORM),mac)
4343 CC += -Wno-deprecated-declarations
4444 PLATVER = -D __MACOS__
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ ifeq ($(PLATFORM),linux)
3838 PLATVER = -D __UBUNTU__
3939 endif
4040 LIBEX = -lpthread -lrt -ldl
41- LOADBIN = -Wl,-rpath=./,--disable-new-dtags
41+ LOADBIN = -Wl,-rpath=./:/usr/local/lib ,--disable-new-dtags
4242else ifeq ($(PLATFORM),mac)
4343 CC += -Wno-deprecated-declarations
4444 PLATVER = -D __MACOS__
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ ifeq ($(PLATFORM),linux)
3838 PLATVER = -D __UBUNTU__
3939 endif
4040 LIBEX = -lpthread -lrt -ldl
41- LOADBIN = -Wl,-rpath=./,--disable-new-dtags
41+ LOADBIN = -Wl,-rpath=./:/usr/local/lib ,--disable-new-dtags
4242else ifeq ($(PLATFORM),mac)
4343 CC += -Wno-deprecated-declarations
4444 PLATVER = -D __MACOS__
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ ifeq ($(PLATFORM),linux)
3535 PLATVER = -D __UBUNTU__
3636 endif
3737 LIBEX = -lpthread -lrt -ldl
38- LOADBIN = -Wl,-rpath=./,--disable-new-dtags
38+ LOADBIN = -Wl,-rpath=./:/usr/local/lib ,--disable-new-dtags
3939else ifeq ($(PLATFORM),mac)
4040 CC += -Wno-deprecated-declarations
4141 PLATVER = -D __MACOS__
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ ifeq ($(PLATFORM),linux)
3838 PLATVER = -D __UBUNTU__
3939 endif
4040 LIBEX = -lpthread -lrt -ldl
41- LOADBIN = -Wl,-rpath=./,--disable-new-dtags
41+ LOADBIN = -Wl,-rpath=./:/usr/local/lib ,--disable-new-dtags
4242else ifeq ($(PLATFORM),mac)
4343 CC += -Wno-deprecated-declarations
4444 PLATVER = -D __MACOS__
You can’t perform that action at this time.
0 commit comments