mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-20 10:43:29 +00:00
[qwaq] Fix missing gib library references
Not sure why static builds worked and dynamic didn't, but...
This commit is contained in:
parent
ed606fb670
commit
34dd434147
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ qwaq_client_libs= \
|
|||
|
||||
qwaq_x11_libs= \
|
||||
$(qwaq_cl_plugin_libs) \
|
||||
${top_builddir}/libs/gib/libQFgib.la \
|
||||
${top_builddir}/libs/ruamoko/libQFruamoko_client.la \
|
||||
$(top_builddir)/libs/video/renderer/libQFrenderer.la \
|
||||
$(top_builddir)/libs/models/libQFmodels.la \
|
||||
|
|
Loading…
Reference in a new issue