blob: ba3b7f8632cb3071e55e91f9f9d57cb991db94a5 [file] [log] [blame]
LEVEL = ../..
LIBRARYNAME=pa_pre_rt
include $(LEVEL)/Makefile.common
#
# Do not build bitcode library on Mac OS X; XCode will pre-install llvm-gcc,
# and that can cause the build to fail if it doesn't match the current version
# of LLVM.
#
ifneq ($(OS),Darwin)
BYTECODE_LIBRARY=1
endif