Skip to content

Commit

Permalink
Merge branch 'master' into findinstances-command
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Lee committed Jan 4, 2018
2 parents 5865969 + 8525cbd commit 768c33f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Chisel/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
PREFIX ?= /usr/local/lib

export INSTALL_NAME = ""
ifneq ($(LD_DYLIB_INSTALL_NAME), "")
INSTALL_NAME = "LD_DYLIB_INSTALL_NAME=$(LD_DYLIB_INSTALL_NAME)"
endif

install:
xcodebuild \
-scheme Chisel \
-configuration Release \
-sdk iphonesimulator \
install \
$(INSTALL_NAME) \
DSTROOT=/ \
INSTALL_PATH="$(PREFIX)"

0 comments on commit 768c33f

Please sign in to comment.