mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-03 23:52:41 +00:00
TESTS: Build Wintermute test only for static plugin
This commit is contained in:
parent
871c9d26b2
commit
c46697be48
@ -8,7 +8,7 @@
|
||||
TESTS := $(srcdir)/test/common/*.h $(srcdir)/test/audio/*.h
|
||||
TEST_LIBS := audio/libaudio.a common/libcommon.a
|
||||
|
||||
ifdef ENABLE_WINTERMUTE
|
||||
ifeq ($(ENABLE_WINTERMUTE), STATIC_PLUGIN)
|
||||
TESTS += $(srcdir)/test/engines/wintermute/*.h
|
||||
TEST_LIBS += engines/wintermute/libwintermute.a
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user