aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2018-07-30 11:34:53 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2018-07-30 11:34:53 +0800
commit41ef813d858db5c8d84c8dc930c4da7cd0f0fa92 (patch)
tree8be28aa72d80d2931ca34b57575f708ab54c5a5c
parentea9c169f999a81b59befd9c803587a13a8e2edf8 (diff)
downloaddexon-mcl-41ef813d858db5c8d84c8dc930c4da7cd0f0fa92.tar.gz
dexon-mcl-41ef813d858db5c8d84c8dc930c4da7cd0f0fa92.tar.zst
dexon-mcl-41ef813d858db5c8d84c8dc930c4da7cd0f0fa92.zip
fix mac option
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 59e4939..3e46b1c 100644
--- a/common.mk
+++ b/common.mk
@@ -47,7 +47,7 @@ ifeq ($(ARCH),aarch64)
CPU=aarch64
BIT=64
endif
-ifeq ($(findstring $(OS),Darwin/mingw64),)
+ifeq ($(findstring $(OS),mac/mingw64),)
LDFLAGS+=-lrt
endif