]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Travis testing (fix windows/clan complex)
authorfennecdjay <astor.jeremie@wanadoo.fr>
Thu, 23 May 2019 12:12:58 +0000 (14:12 +0200)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Thu, 23 May 2019 12:12:58 +0000 (14:12 +0200)
.travis.yml

index 71132d0fa2545fc30a4c921ac5a717d150433e2a..fcbb137ae50fa897b99ae4739ea293293ba34ce8 100644 (file)
@@ -63,8 +63,8 @@ script:
       if [ "$CC" = "clang" ];
       then export CFLAGS+="-DSSIZE_T=ssize_t -D_USE_MATH_DEFINES";
       if [ "$USE_DOUBLE" = 0 ];
-      then export CFLAGS+="-Dm_uint=struct _C_float_complex";
-      else export CFLAGS+="-Dm_uint=struct _C_double_complex";
+      then export CFLAGS+="-Dm_uint='struct _C_float_complex'";
+      else export CFLAGS+="-Dm_uint='struct _C_double_complex'";
       fi
       fi;
       make.exe && make.exe test;