From: Jérémie Astor Date: Fri, 21 Feb 2020 20:01:28 +0000 (+0100) Subject: :wrench: Windows export X-Git-Tag: nightly~1796 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=bdfd2d63f861f65809b2b7024ffd5a85ec95004e;p=gwion.git :wrench: Windows export --- diff --git a/Makefile b/Makefile index 3f883126..a94fe81a 100644 --- 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 2f8b2cbe..db1106db 160000 --- a/ast +++ b/ast @@ -1 +1 @@ -Subproject commit 2f8b2cbef38f0680124647d6c707cebf0da9d9cf +Subproject commit db1106db2e29341dff616e070530d0881a925c8f diff --git a/util b/util index 2681abf8..797e1ca1 160000 --- a/util +++ b/util @@ -1 +1 @@ -Subproject commit 2681abf83f5dec2c1b6fe60ac2c0895a321491bf +Subproject commit 797e1ca1689943b819f2d75cd04e24277263f475