Browse Source

Forgot one LOVE_NOMPG123.

T-Bone 9 years ago
parent
commit
c12005b4bb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/common/config.h

+ 1 - 1
src/common/config.h

@@ -27,7 +27,7 @@
 #if WINAPI_FAMILY==WINAPI_FAMILY_APP
 #	define LOVE_WINDOWS_UWP 1
 #	define LOVE_NO_MODPLUG 1
-#	define LOVE_NO_MPG123 1
+#	define LOVE_NOMPG123 1
 #endif
 #endif
 #if defined(linux) || defined(__linux) || defined(__linux__)