summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2016-12-17 10:54:43 +0100
committerMichel Zou2016-12-17 10:54:43 +0100
commitb716c21e55ab1f1447f9ef1063ad07ddb78d107e (patch)
tree74b2779d66d70163de6b7bae1576d73c76119d59 /PKGBUILD
parenta88174f048865904003be7da53020f5f2e1f94d0 (diff)
downloadaur-b716c21e55ab1f1447f9ef1063ad07ddb78d107e.tar.gz
ldflags
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2f018557da6e..14548dcafd14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,6 @@ _architectures="i686-w64-mingw32 x86_64-w64-mingw32"
build() {
cd "$srcdir/Box2D-$pkgver/Box2D"
- unset LDFLAGS
for _arch in ${_architectures}; do
mkdir -p build-${_arch} && pushd build-${_arch}
${_arch}-cmake \