File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ this_srcs := $(call prorab-src-dir, .)
1111this_srcs += ../harness/testees.cpp
1212
1313ifeq ($(os ) , windows)
14+ this_ldlibs += -l mingw32
1415else
1516 this_ldflags += -rdynamic
1617endif
@@ -24,10 +25,6 @@ this_ldlibs += -l utki$(this_dbg)
2425
2526this_ldlibs += ../../src/out/$(c ) /libtst$(this_dbg )$(dot_so )
2627
27- ifeq ($(os ) , windows)
28- this_ldlibs += -l mingw32
29- endif
30-
3128$(eval $(prorab-build-app))
3229
3330this_test_deps := $(prorab_this_name )
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ this_srcs := $(call prorab-src-dir, .)
1111this_srcs += ../harness/testees.cpp
1212
1313ifeq ($(os ) , windows)
14+ this_ldlibs += -l mingw32
1415else
1516 this_ldflags += -rdynamic
1617endif
@@ -27,10 +28,6 @@ this_ldlibs += -l opros$(this_dbg)
2728
2829this_ldlibs += ../../src/out/$(c ) /libtst$(this_dbg )$(dot_so )
2930
30- ifeq ($(os ) , windows)
31- this_ldlibs += -l mingw32
32- endif
33-
3431$(eval $(prorab-build-app))
3532
3633this_test_deps := $(prorab_this_name )
You can’t perform that action at this time.
0 commit comments