Skip to content

Commit

Permalink
Fix INSTALL_NAME handling in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Lee committed Jan 5, 2018
1 parent 5fa0eab commit 6d85102
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Chisel/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PREFIX ?= /usr/local/lib

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

Expand Down

0 comments on commit 6d85102

Please sign in to comment.