mxe/src/sfml-2-static-openal.patch

15 lines
507 B
Diff

This file is part of MXE.
See index.html for further information.
diff -urN SFML-2.0.orig/CMakeLists.txt SFML-2.0/CMakeLists.txt
--- SFML-2.0.orig/CMakeLists.txt 2013-02-25 20:16:00.000000000 -0300
+++ SFML-2.0/CMakeLists.txt 2013-06-24 10:39:42.514647661 -0300
@@ -51,6 +51,7 @@
# define SFML_STATIC if the build type is not set to 'shared'
if(NOT BUILD_SHARED_LIBS)
add_definitions(-DSFML_STATIC)
+ add_definitions(-DAL_LIBTYPE_STATIC)
endif()
# remove SL security warnings with Visual C++