[libOpenMPT] Remove unnecessary compile option

ENABLE_ASM isn't even used anywhere in the library any more.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
Christopher Snowhill 2022-07-01 01:02:17 -07:00
parent 59bf8c6cf9
commit 1b0e765d38

View file

@ -14,7 +14,6 @@
#define MPT_WITH_ZLIB 1
#define MPT_BUILD_XCODE 1
#define ENABLE_ASM 1
#endif