TESTS: Fix the subsystem of the test runner on Windows
This commit is contained in:
parent
274be05986
commit
68107af6de
1 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,10 @@ TEST_CFLAGS := $(CFLAGS) -I$(srcdir)/test/cxxtest
|
|||
TEST_LDFLAGS := $(LDFLAGS) $(LIBS)
|
||||
TEST_CXXFLAGS := $(filter-out -Wglobal-constructors,$(CXXFLAGS))
|
||||
|
||||
ifdef WIN32
|
||||
TEST_LDFLAGS := $(filter-out -mwindows,$(TEST_LDFLAGS))
|
||||
endif
|
||||
|
||||
ifdef N64
|
||||
TEST_LDFLAGS := $(filter-out -mno-crt0,$(TEST_LDFLAGS))
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue