diff options
Diffstat (limited to 'backends')
-rw-r--r-- | backends/platform/wince/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/platform/wince/Makefile b/backends/platform/wince/Makefile index 626f24de95..94cb6029f6 100644 --- a/backends/platform/wince/Makefile +++ b/backends/platform/wince/Makefile @@ -25,6 +25,8 @@ DISABLE_CRUISE = 1 #DISABLE_HQ_SCALERS = 1 +USE_ARM_SOUND_ASM = 1 + CXX = arm-wince-pe-g++ LD = arm-wince-pe-g++ AR = arm-wince-pe-ar cru |