[Scummvm-git-logs] scummvm master -> 68107af6de6e135c6622f07da29b02daeddd50f7
ccawley2011
ccawley2011 at gmail.com
Sun Jul 26 16:07:39 UTC 2020
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
68107af6de TESTS: Fix the subsystem of the test runner on Windows
Commit: 68107af6de6e135c6622f07da29b02daeddd50f7
https://github.com/scummvm/scummvm/commit/68107af6de6e135c6622f07da29b02daeddd50f7
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2020-07-26T17:07:35+01:00
Commit Message:
TESTS: Fix the subsystem of the test runner on Windows
Changed paths:
test/module.mk
diff --git a/test/module.mk b/test/module.mk
index 057bd7a42b..0a5375716c 100644
--- a/test/module.mk
+++ b/test/module.mk
@@ -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
More information about the Scummvm-git-logs
mailing list