]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Windows export
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Fri, 21 Feb 2020 20:01:28 +0000 (21:01 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Fri, 21 Feb 2020 20:01:28 +0000 (21:01 +0100)
Makefile
ast
util

index 3f883126abb40c16c9b9fa78e10abd39392caf95..a94fe81adde835236a5bbf281142ae04f4a1866b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -27,9 +27,7 @@ ifeq (${DEBUG_STACK}, 1)
 CFLAGS += -DDEBUG_STACK
 endif
 
-ifeq (${BUILD_ON_WINDOWS}, 1)
-CFLAGS += -DBUILD_ON_WINDOWS -D_XOPEN_SOURCE=700
-else
+ifneq (${BUILD_ON_WINDOWS}, 1)
 LDFLAGS += -ldl -lpthread
 endif
 
diff --git a/ast b/ast
index 2f8b2cbef38f0680124647d6c707cebf0da9d9cf..db1106db2e29341dff616e070530d0881a925c8f 160000 (submodule)
--- a/ast
+++ b/ast
@@ -1 +1 @@
-Subproject commit 2f8b2cbef38f0680124647d6c707cebf0da9d9cf
+Subproject commit db1106db2e29341dff616e070530d0881a925c8f
diff --git a/util b/util
index 2681abf83f5dec2c1b6fe60ac2c0895a321491bf..797e1ca1689943b819f2d75cd04e24277263f475 160000 (submodule)
--- a/util
+++ b/util
@@ -1 +1 @@
-Subproject commit 2681abf83f5dec2c1b6fe60ac2c0895a321491bf
+Subproject commit 797e1ca1689943b819f2d75cd04e24277263f475