Skip to content

Commit

Permalink
Fix mono name on OSX for archive Makefile (Fix #712)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Jun 5, 2018
1 parent 00e9913 commit 2814504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/Makefile.cc
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ ifeq ("$(SYSTEM)","unix")
ARCH = -DARCH_K8
PORT = MacOsX64
CSC = mcs
MONO = DYLD_FALLBACK_LIBRARY_PATH=$(LIB_DIR):$(DYLD_LIBRARY_PATH) mono64
MONO = DYLD_FALLBACK_LIBRARY_PATH=$(LIB_DIR):$(DYLD_LIBRARY_PATH) mono
NETPLATFORM = x64
LIB_SUFFIX = dylib
endif
Expand Down

0 comments on commit 2814504

Please sign in to comment.