forked from OSchip/llvm-project
Fix make errors (define the DYLIB_ONLY make variable).
llvm-svn: 147823
This commit is contained in:
parent
beac8f991f
commit
38ef9a9b94
|
@ -1,7 +1,7 @@
|
|||
LEVEL = ../../../../test/make
|
||||
|
||||
DYLIB_NO_EXECUTABLE := YES
|
||||
DYLIB_NAME := FDInterposing
|
||||
DYLIB_ONLY := YES
|
||||
DYLIB_CXX_SOURCES := FDInterposing.cpp
|
||||
|
||||
include $(LEVEL)/Makefile.rules
|
||||
|
|
Loading…
Reference in New Issue