Skip to content

Commit

Permalink
Build and install the archive when building the Apple way.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135538 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
isanbard committed Jul 19, 2011
1 parent db54826 commit c8dad11
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions runtime/libprofile/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ SHARED_LIBRARY = 1
EXTRA_DIST = libprofile.exports
EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/libprofile.exports

# Build and install this archive.
BUILD_ARCHIVE = 1
override NO_INSTALL_ARCHIVES =

include $(LEVEL)/Makefile.common

ifeq ($(HOST_OS),Darwin)
Expand Down

0 comments on commit c8dad11

Please sign in to comment.