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

index 84782cbb0c2c9c578b7eaf76e4a2a43b9601e2b7..9825f067445c0cad2752dcea0ab1e612ef33a800 100644 (file)
@@ -61,7 +61,7 @@ script:
     then make && make test;
     else {
       if [ "$CC" = "clang" ];
-      then CFLAGS+="-DSSIZE_T=ssize_t";
+      then export CFLAGS+="-DSSIZE_T=ssize_t";
       fi;
       make.exe && make.exe test;
     }