diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2018-07-30 11:34:53 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2018-07-30 11:34:53 +0800 |
commit | 41ef813d858db5c8d84c8dc930c4da7cd0f0fa92 (patch) | |
tree | 8be28aa72d80d2931ca34b57575f708ab54c5a5c | |
parent | ea9c169f999a81b59befd9c803587a13a8e2edf8 (diff) | |
download | dexon-mcl-41ef813d858db5c8d84c8dc930c4da7cd0f0fa92.tar.gz dexon-mcl-41ef813d858db5c8d84c8dc930c4da7cd0f0fa92.tar.zst dexon-mcl-41ef813d858db5c8d84c8dc930c4da7cd0f0fa92.zip |
fix mac option
-rw-r--r-- | common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |