mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
correct the qf libs path
This commit is contained in:
parent
8866d86fba
commit
a23c5e82e0
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ QF_DEPS=""
|
|||
if test "x$QF_LIBS" = xauto; then
|
||||
qf_dir=`cd ${srcdir}/../..; pwd`
|
||||
if test -r ${qf_dir}/libs/util/qfplist.c; then
|
||||
QF_LIBS="-L ${qf_dir}/libs/util"
|
||||
QF_LIBS="-L ${qf_dir}/libs"
|
||||
QF_DEPS="${qf_dir}/libs/libqfutil.a"
|
||||
else
|
||||
QF_LIBS=''
|
||||
|
|
Loading…
Reference in a new issue