mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
mame: fix missing blank in SYS_LDFLAGS
This commit is contained in:
@@ -137,8 +137,8 @@ BUILD()
|
||||
# This is wrong on so many levels
|
||||
SYS_LDFLAGS="-lbsd -lnetwork " # trailing space required!
|
||||
for _i in flac libutf8proc lua RapidJSON sqlite3; do
|
||||
SYS_CFLAGS+="`pkg-config $_i --cflags`"
|
||||
SYS_LDFLAGS+="`pkg-config $_i --libs`"
|
||||
SYS_CFLAGS+="`pkg-config $_i --cflags` "
|
||||
SYS_LDFLAGS+="`pkg-config $_i --libs` "
|
||||
done
|
||||
|
||||
ARCHOPTS="$SYS_CFLAGS $SYS_LDFLAGS" \
|
||||
|
||||
Reference in New Issue
Block a user