From 189999b7c2ae7e1e91ccbfa8a367cdc339771a61 Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Fri, 1 Jul 2022 01:02:17 -0700 Subject: [PATCH] [libOpenMPT] Remove unnecessary compile option ENABLE_ASM isn't even used anywhere in the library any more. Signed-off-by: Christopher Snowhill --- Frameworks/OpenMPT/config.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Frameworks/OpenMPT/config.h b/Frameworks/OpenMPT/config.h index 17d153aff..177233be0 100644 --- a/Frameworks/OpenMPT/config.h +++ b/Frameworks/OpenMPT/config.h @@ -14,7 +14,6 @@ #define MPT_WITH_ZLIB 1 #define MPT_BUILD_XCODE 1 -#define ENABLE_ASM 1 #endif