Skip to content

Commit

Permalink
Bugfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
agraef committed Mar 22, 2014
1 parent 92b35eb commit 81aee78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pure-reduce/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ EXE =
DIFF = diff
ifeq ($(DLL),.dylib)
# OSX: hardcode installation path into the dll.
dllname = -install_name "$(installdir)/reduce$(DLL)"
dllname = -install_name "$(libdir)/pure/reduce$(DLL)"
endif
endif

Expand Down

0 comments on commit 81aee78

Please sign in to comment.