]> Nishi Git Mirror - gwion.git/commitdiff
:fire: ... (win)
authorfennecdjay <astor.jeremie@wanadoo.fr>
Thu, 14 Mar 2019 22:18:07 +0000 (23:18 +0100)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Thu, 14 Mar 2019 22:18:07 +0000 (23:18 +0100)
.travis.yml
Makefile
config.mk.orig

index 631f6ec23d037a6bdb05836f82dee740f004a9a1..40e23ae6f6f0d681f85de31149411f6493a81566 100644 (file)
@@ -37,13 +37,13 @@ env:
 
 matrix:
   allow_failures:
-   - os:
+   - os: windows
 #     - osx
-     - windows
 
 compiler:
   - gcc
 #  - clang
+
 install:
   - if [ $TRAVIS_JOB_NUMBER = ${TRAVIS_BUILD_NUMBER}.1  ]; then gem install coveralls-lcov; fi;
   - if [ $(uname) != "Linux" ] && [ $(uname) != "Darwin" ]; then 
index 09067f120fe0e7714c456dcf3472a64ce2a11692..7520e75ccf94d79a6089ce683266f47ba1cce29c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -47,6 +47,8 @@ endif
 
 ifeq (${BUILD_ON_WINDOWS}, 1)
 CFLAGS += -DBUILD_ON_WINDOWS -D_XOPEN_SOURCE=700
+else
+CFLAGS += -ldl
 endif
 
 # add directories
index aa91a37895dd9572335e72efbe7933f5af67db12..cb4110340d7db9b05dbe11cc7f8f774c39db72c2 100644 (file)
@@ -1,7 +1,7 @@
 # handle base options
 PRG ?=gwion
 PREFIX ?=/usr/local
-LDFLAGS += -lm -ldl
+LDFLAGS += -lm
 CFLAGS += -Iinclude -Iutil/include -Iast/include -D_GNU_SOURCE
 
 # handle boolean options