forked from OSchip/llvm-project
use PROJ_SRC_DIR so this builds with Apple style builds
llvm-svn: 47694
This commit is contained in:
parent
49b61ab6bd
commit
5f1db0a8de
|
@ -36,7 +36,7 @@ ifeq ($(OS),Darwin)
|
|||
# extra options to override libtool defaults
|
||||
LLVMLibsOptions := $(LLVMLibsOptions) \
|
||||
-no-undefined -avoid-version \
|
||||
-Wl,-exported_symbols_list -Wl,lto.exports \
|
||||
-Wl,-exported_symbols_list -Wl,$(PROJ_SRC_DIR)/lto.exports \
|
||||
-Wl,-dead_strip \
|
||||
-Wl,-install_name \
|
||||
-Wl,"@executable_path/../lib/lib$(LIBRARYNAME)$(SHLIBEXT)" \
|
||||
|
|
Loading…
Reference in New Issue