Skip to content
Snippets Groups Projects
Commit 02683204 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix typo in macOS build setting of rpath: LIBODIR, not LIBDIR

fix for commit 6e69eec1
parent 57d0b9b2
No related branches found
No related tags found
No related merge requests found
Pipeline #7603 passed
...@@ -164,7 +164,7 @@ else ...@@ -164,7 +164,7 @@ else
MKSHPPLIB := $(CXX) MKSHPPLIB := $(CXX)
endif endif
ifeq ($(os),darwin) ifeq ($(os),darwin)
LIB_RPATH := -Wl,$(RPATH),@executable_path,$(RPATH),@executable_path/../$(LIBDIR) LIB_RPATH := -Wl,$(RPATH),@executable_path,$(RPATH),@executable_path/../$(LIBODIR)
endif endif
CFLAGS += $(JS_CFLAGS) $(CRYPT_CFLAGS) $(UIFC-MT_CFLAGS) $(XPDEV-MT_CFLAGS) $(SMBLIB_CFLAGS) $(CIOLIB-MT_CFLAGS) $(ENCODE_CFLAGS) $(HASH_CFLAGS) CFLAGS += $(JS_CFLAGS) $(CRYPT_CFLAGS) $(UIFC-MT_CFLAGS) $(XPDEV-MT_CFLAGS) $(SMBLIB_CFLAGS) $(CIOLIB-MT_CFLAGS) $(ENCODE_CFLAGS) $(HASH_CFLAGS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment