summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2014-12-10 16:55:09 (GMT)
committerMark Brand <mabrand@mabrand.nl>2014-12-10 16:55:17 (GMT)
commit61cebef64520a443342fc79254da7b04e39821b8 (patch)
tree006d98fef6e142ca3329992b9bee8ac6812c80d8
parent34b205aa5a0f0b3fbc9ec53a0078ffa168850303 (diff)
downloadmxe-61cebef64520a443342fc79254da7b04e39821b8.zip
mxe-61cebef64520a443342fc79254da7b04e39821b8.tar.gz
mxe-61cebef64520a443342fc79254da7b04e39821b8.tar.bz2
qtbase: fix shared build
Typo in 839eaf513b0068589a531e9a7a5525dc206860bd broke it.
-rw-r--r--src/qtbase.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qtbase.mk b/src/qtbase.mk
index 648b9e2..5788377 100644
--- a/src/qtbase.mk
+++ b/src/qtbase.mk
@@ -86,4 +86,4 @@ endef
$(PKG)_BUILD_SHARED = $(subst -static ,-shared ,\
- $($(PKG)_BUILD)))
+ $($(PKG)_BUILD))