]> Nishi Git Mirror - gwion.git/commitdiff
:wrench:
authorfennecdjay <astor.jeremie@wanadoo.fr>
Thu, 14 Mar 2019 22:45:41 +0000 (23:45 +0100)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Thu, 14 Mar 2019 22:45:41 +0000 (23:45 +0100)
.travis.yml

index 04dbeda304b280404c7bb214de807e6add09e67b..8de990e5e9ef94ec6731dbd3b476389ce6360a56 100644 (file)
@@ -51,7 +51,7 @@ install:
       export BUILD_ON_WINDOWS=1;
       git clone https://github.com/dlfcn-win32/dlfcn-win32 && cd dlfcn-win32 && ./configure && make.exe && cd ..;
       export CFLAGS=-Idlfcn-win32;
-      export LDFLAGS=-Ldlfcn-win32 -lpsapi;
+      export LDFLAGS="-Ldlfcn-win32 -lpsapi";
     fi;
 
 before_script: