mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
- made DUMB library always static
DUMB uses dumb_decode_vorbis() function from the main executable, so it failed to link as a dynamic library
This commit is contained in:
parent
f5d80d0d8b
commit
c96d8c198e
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ endif()
|
|||
|
||||
include_directories( include )
|
||||
|
||||
add_library( dumb
|
||||
add_library( dumb STATIC
|
||||
src/core/unload.c
|
||||
src/core/rendsig.c
|
||||
src/core/rendduh.c
|
||||
|
|
Loading…
Reference in a new issue