mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-23 23:33:45 +02:00
13 lines
449 B
Diff
13 lines
449 B
Diff
# Disables compiling the syn123 library because we don't use this library and it fails to compile for Emscripten.
|
|
|
|
--- a/ports/cmake/src/CMakeLists.txt
|
|
+++ b/ports/cmake/src/CMakeLists.txt
|
|
@@ -370,7 +370,7 @@ add_subdirectory("libmpg123")
|
|
if(BUILD_LIBOUT123)
|
|
add_subdirectory("libout123")
|
|
endif()
|
|
-add_subdirectory("libsyn123")
|
|
+
|
|
|
|
if(UNIX AND NOT PORTABLE_API)
|
|
option(BUILD_PROGRAMS "Build programs (mpg123 executable and others)" ON)
|