File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ this_srcs := $(call prorab-src-dir, .)
1111this_srcs += ../harness/testees.cpp
1212
1313ifeq ($(os ) , windows)
14- this_ldflags += -mconsole
1514else
1615 this_ldflags += -rdynamic
1716endif
@@ -25,6 +24,10 @@ this_ldlibs += -l utki$(this_dbg)
2524
2625this_ldlibs += ../../src/out/$(c ) /libtst$(this_dbg )$(dot_so )
2726
27+ ifeq ($(os ) , windows)
28+ this_ldlibs += -l mingw32
29+ endif
30+
2831$(eval $(prorab-build-app))
2932
3033this_test_deps := $(prorab_this_name )
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ this_srcs := $(call prorab-src-dir, .)
1111this_srcs += ../harness/testees.cpp
1212
1313ifeq ($(os ) , windows)
14- this_ldflags += -mconsole
1514else
1615 this_ldflags += -rdynamic
1716endif
@@ -28,6 +27,10 @@ this_ldlibs += -l opros$(this_dbg)
2827
2928this_ldlibs += ../../src/out/$(c ) /libtst$(this_dbg )$(dot_so )
3029
30+ ifeq ($(os ) , windows)
31+ this_ldlibs += -l mingw32
32+ endif
33+
3134$(eval $(prorab-build-app))
3235
3336this_test_deps := $(prorab_this_name )
You can’t perform that action at this time.
0 commit comments