summaryrefslogtreecommitdiffstats
path: root/src/openscenegraph.mk
diff options
context:
space:
mode:
authorSaikrishna Arcot <saiarcot895@gmail.com>2016-06-08 13:41:52 (GMT)
committerSaikrishna Arcot <saiarcot895@gmail.com>2016-06-08 13:41:52 (GMT)
commita3c8d4b5eb194efe7c8d060923d0cbad51e80ebc (patch)
treea9bf9157afba5c4a62f3408f2ad257252ac44cf6 /src/openscenegraph.mk
parent4a2dfcebb211c82523612e14f25acfde55b7c7c3 (diff)
downloadmxe-a3c8d4b5eb194efe7c8d060923d0cbad51e80ebc.zip
mxe-a3c8d4b5eb194efe7c8d060923d0cbad51e80ebc.tar.gz
mxe-a3c8d4b5eb194efe7c8d060923d0cbad51e80ebc.tar.bz2
Another fix to the makefiles.
Diffstat (limited to 'src/openscenegraph.mk')
-rw-r--r--src/openscenegraph.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/openscenegraph.mk b/src/openscenegraph.mk
index 2f31a8e..325df09 100644
--- a/src/openscenegraph.mk
+++ b/src/openscenegraph.mk
@@ -34,7 +34,7 @@ define $(PKG)_BUILD
-D_OPENTHREADS_ATOMIC_USE_GCC_BUILTINS_EXITCODE=1 \
-D_OPENTHREADS_ATOMIC_USE_WIN32_INTERLOCKED=1 \
$(if $(filter qtbase,$($(PKG)_DEPS)), \
- -DDESIRED_QT_VERSION=4, \
- -DDESIRED_QT_VERSION=5)
+ -DDESIRED_QT_VERSION=5, \
+ -DDESIRED_QT_VERSION=4)
$(MAKE) -C '$(1).build' -j '$(JOBS)' install VERBOSE=1
endef