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

index fb7ca6a75b012e2d6ec0d5cad8d3d11c50710f05..05abf8d0803b8cbc69479a5541bc8a396b7073c4 100644 (file)
@@ -62,7 +62,7 @@ script:
     else {
       if [ "$CC" = "clang" ];
       then export CFLAGS+=" -DSSIZE_T=ssize_t -D_USE_MATH_DEFINES";
-           export CFLAGS+=" -D"creal(a)=creal(*(struct _C_float_complex*)&a)"
+           export CFLAGS+=" -Dcreal(a)=creal(*(struct _C_float_complex*)&a)"
       fi;
       make.exe && make.exe test;
     }