Commit 508586e447d743a4b3e6037e22ceae7772058f7b
1 parent
ef587771
Exists in
master
and in
5 other branches
Fixing windows customized builds.
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
win/pack.sh
| ... | ... | @@ -297,11 +297,11 @@ buildApplication() |
| 297 | 297 | |
| 298 | 298 | if [ -x ${PROJECTDIR}/win/configure.${1} ]; then |
| 299 | 299 | |
| 300 | - HOST="${host}" \ | |
| 301 | - PREFIX="${prefix}" \ | |
| 300 | + host="${host}" \ | |
| 301 | + prefix="${prefix}" \ | |
| 302 | + BUILDDIR="${WORKDIR}/build/${ARCH}" \ | |
| 302 | 303 | CFLAGS="-I${WORKDIR}/build/${ARCH}/include" \ |
| 303 | 304 | LDFLAGS="-L${WORKDIR}/build/${ARCH}" \ |
| 304 | - BUILDDIR="{WORKDIR}/build/${ARCH}}" \ | |
| 305 | 305 | ${PROJECTDIR}/win/configure.${1} |
| 306 | 306 | |
| 307 | 307 | else | ... | ... |