From f91e92792a0ed7741b4de5796b7ec4f8f14cdd53 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Sep 16 2014 23:05:43 +0000 Subject: Let USE_DOUBLE have its default value, fixes build on 32-bit systems. --- diff --git a/csound.spec b/csound.spec index 16d2e1a..42dfa86 100644 --- a/csound.spec +++ b/csound.spec @@ -248,9 +248,9 @@ chmod a-x examples/csoundapi_tilde/csoundapi-osx.pd \ %build if [ "%{_libdir}" = "%{_prefix}/lib64" ]; then - %cmake -DUSE_LIB64:BOOL=ON -DUSE_DOUBLE:BOOL=ON + %cmake -DUSE_LIB64:BOOL=ON else - %cmake -DUSE_LIB64:BOOL=OFF -DUSE_DOUBLE:BOOL=OFF + %cmake -DUSE_LIB64:BOOL=OFF fi make %{?_smp_mflags} V=1