Fix compilation error when using SDL dynamic loading
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user