[Bf-blender-cvs] [b92d777d16c] master: Fix compilation error when using SDL dynamic loading

Sergey Sharybin noreply at git.blender.org
Thu Apr 18 12:11:29 CEST 2019


Commit: b92d777d16c34e8b06a61061cbb4ce5eacf23fe0
Author: Sergey Sharybin
Date:   Thu Apr 18 12:10:08 2019 +0200
Branches: master
https://developer.blender.org/rBb92d777d16c34e8b06a61061cbb4ce5eacf23fe0

Fix compilation error when using SDL dynamic loading

===================================================================

M	intern/audaspace/CMakeLists.txt

===================================================================

diff --git a/intern/audaspace/CMakeLists.txt b/intern/audaspace/CMakeLists.txt
index 7baaf301f6c..1972a5fc94c 100644
--- a/intern/audaspace/CMakeLists.txt
+++ b/intern/audaspace/CMakeLists.txt
@@ -45,6 +45,11 @@ if(NOT WITH_SYSTEM_AUDASPACE)
   list(APPEND LIB
     audaspace
   )
+  if(WITH_SDL_DYNLOAD)
+    list(APPEND LIB
+      extern_sdlew
+    )
+  endif()
 endif()
 
 if(WITH_PYTHON)



More information about the Bf-blender-cvs mailing list