mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 09:51:41 +00:00
fix incorrect braces
This commit is contained in:
parent
dc09b6e5ec
commit
932c9e7330
1 changed files with 2 additions and 2 deletions
|
@ -2094,8 +2094,8 @@ if test "x$enable_shared" = xno; then
|
|||
PREFER_PIC=
|
||||
PREFER_NON_PIC=
|
||||
else
|
||||
PREFER_PIC="-prefer-pic $(VISIBILITY)"
|
||||
PREFER_NON_PIC="-prefer-non-pic $(VISIBILITY)"
|
||||
PREFER_PIC="-prefer-pic ${VISIBILITY}"
|
||||
PREFER_NON_PIC="-prefer-non-pic ${VISIBILITY}"
|
||||
fi
|
||||
if test "x$enable_static" = xno; then
|
||||
STATIC=
|
||||
|
|
Loading…
Reference in a new issue