Skip to content

Commit

Permalink
🔧 Windows export
Browse files Browse the repository at this point in the history
  • Loading branch information
fennecdjay committed Feb 21, 2020
1 parent 82f55c7 commit bdfd2d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions Makefile
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion ast
Submodule ast updated from 2f8b2c to db1106
2 changes: 1 addition & 1 deletion util
Submodule util updated from 2681ab to 797e1c

0 comments on commit bdfd2d6

Please sign in to comment.