mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 12:43:36 +01:00
Install bytecode libraries with a .bca suffix, otherwise it isn't
possible to build both a .a and a .bca. - My understanding is no one else is using this stuff, please let me know if I am wrong. llvm-svn: 71539
This commit is contained in:
parent
e60e9f8c0b
commit
92d38f05bc
@ -1019,7 +1019,7 @@ else
|
|||||||
BytecodeDestDir := $(PROJ_libdir)
|
BytecodeDestDir := $(PROJ_libdir)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
DestBytecodeLib = $(BytecodeDestDir)/lib$(LIBRARYNAME).a
|
DestBytecodeLib = $(BytecodeDestDir)/lib$(LIBRARYNAME).bca
|
||||||
|
|
||||||
install-bytecode-local:: $(DestBytecodeLib)
|
install-bytecode-local:: $(DestBytecodeLib)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user