Skip to content
Snippets Groups Projects
Commit 1ffc217c authored by evpobr's avatar evpobr Committed by Ralph Giles
Browse files

Export public function on MinGW platform

MinGW produces DLLs, but exports nothing.
parent 7fd53df5
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ if(WIN32)
list(APPEND VORBIS_SOURCES vorbisenc.c)
endif()
if(MSVC)
if(WIN32)
list(APPEND VORBIS_SOURCES ../win32/vorbis.def)
list(APPEND VORBISENC_SOURCES ../win32/vorbisenc.def)
list(APPEND VORBISFILE_SOURCES ../win32/vorbisfile.def)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment