mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
Add linker option -lm to fix undefined reference to GLIBC error
This commit is contained in:
parent
57a32b567f
commit
fa9e18c160
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@
|
|||
<Add option="-DUSE_CODEC_WAVE" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add option="-lm" />
|
||||
<Add option="`sdl2-config --libs`" />
|
||||
<Add option="-lGL" />
|
||||
<Add option="-lvorbisfile" />
|
||||
|
|
Loading…
Reference in a new issue