Skip to content

Commit 2b1f0a8

Browse files
committed
msys2: fix build
1 parent 48e3e92 commit 2b1f0a8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/basic/makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ this_srcs := $(call prorab-src-dir, .)
1111
this_srcs += ../harness/testees.cpp
1212

1313
ifeq ($(os), windows)
14+
this_ldflags += -mconsole
1415
else
1516
this_ldflags += -rdynamic
1617
endif

tests/failed/makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ this_srcs := $(call prorab-src-dir, .)
1111
this_srcs += ../harness/testees.cpp
1212

1313
ifeq ($(os), windows)
14+
this_ldflags += -mconsole
1415
else
1516
this_ldflags += -rdynamic
1617
endif

0 commit comments

Comments
 (0)