games-strategy/zod-engine: add comment

This commit is contained in:
hasufell 2016-02-17 11:42:15 +01:00
parent c8c1f0521d
commit a90be3478d
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ src_prepare() {
edo rm assets/{splash.png,WebCamScene.icescene}
# fix some tool invocations
eval $(eclectic wxwidgets script 2.8-gtk2)
eval $(eclectic wxwidgets script 2.8-gtk2) # FIXME: this probably breaks multiarch?
edo sed -i -e "s#-lmysqlclient#\$\(shell /usr/$(exhost --target)/bin/mysql_config \-\-libs\)#" \
zod_src/makefile
}