diff options
author | Samuel Barney <samjbarney@gmail.com> | 2013-12-14 15:47:29 +0100 |
---|---|---|
committer | Samuel Barney <samjbarney@gmail.com> | 2013-12-14 15:47:29 +0100 |
commit | 8c695b45dac93f9359d8ac9333a22425fa864877 (patch) | |
tree | d2dbb4c357f0409c334dd1f299bb187b8d7b64df | |
parent | Merge pull request #423 from mc-server/redstoneimprovements (diff) | |
download | cuberite-8c695b45dac93f9359d8ac9333a22425fa864877.tar cuberite-8c695b45dac93f9359d8ac9333a22425fa864877.tar.gz cuberite-8c695b45dac93f9359d8ac9333a22425fa864877.tar.bz2 cuberite-8c695b45dac93f9359d8ac9333a22425fa864877.tar.lz cuberite-8c695b45dac93f9359d8ac9333a22425fa864877.tar.xz cuberite-8c695b45dac93f9359d8ac9333a22425fa864877.tar.zst cuberite-8c695b45dac93f9359d8ac9333a22425fa864877.zip |
Diffstat (limited to '')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index c8cdd35e1..d729268e7 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -88,7 +88,7 @@ CXX_OPTIONS += -Wall ################################################### # Fix Crypto++ warnings in clang -ifeq ($(shell $(CXX) --version 2>&1 | grep -i -c "clang version"),1) +ifeq ($(shell $(CXX) --version 2>&1 | grep -i -c "clang"),1) CC_OPTIONS += -DCRYPTOPP_DISABLE_ASM CXX_OPTIONS += -DCRYPTOPP_DISABLE_ASM endif |