mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-26 07:16:39 +00:00
Don't use absolute path for EXPORTED_SYMBOL_FILE, this breaks under the new
system. llvm-svn: 101404
This commit is contained in:
parent
bfbdc27d54
commit
411f700614
@ -17,6 +17,6 @@ SHARED_LIBRARY = 1
|
|||||||
LOADABLE_MODULE = 1
|
LOADABLE_MODULE = 1
|
||||||
LIBRARYNAME = profile_rt
|
LIBRARYNAME = profile_rt
|
||||||
EXTRA_DIST = exported_symbols.lst
|
EXTRA_DIST = exported_symbols.lst
|
||||||
EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/exported_symbols.lst
|
EXPORTED_SYMBOL_FILE = exported_symbols.lst
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
Loading…
x
Reference in New Issue
Block a user