diff options
Diffstat (limited to 'test/module.defs')
-rw-r--r-- | test/module.defs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/module.defs b/test/module.defs index 246b62a94..ba7eaf5a4 100644 --- a/test/module.defs +++ b/test/module.defs @@ -48,6 +48,9 @@ ifeq (1,$(FEATURE.opencl)) TEST.GCC.l += OpenCL TEST.GCC.D += USE_OPENCL endif +ifeq (1,$(FEATURE.hwd)) + TEST.GCC.D += USE_HWD +endif TEST.GCC.l += pthreadGC2 iconv ws2_32 TEST.GCC.D += PTW32_STATIC_LIB TEST.GCC.args.extra.exe++ += -static |