summaryrefslogtreecommitdiffstats
path: root/src/openthreads.mk
diff options
context:
space:
mode:
authorRashad Kanavath <rashad.kanavath@c-s.fr>2016-05-17 09:00:45 (GMT)
committerRashad Kanavath <rashad.kanavath@c-s.fr>2016-05-17 09:00:45 (GMT)
commit79c2b29d80c4b48b0de65b130931ddc2a219f3d1 (patch)
treec1836d5e724f2487ed14ffe7f9ae17863ef84016 /src/openthreads.mk
parent0acac278d238acbdacd75267f5cfbb1a6cf9afd3 (diff)
downloadmxe-79c2b29d80c4b48b0de65b130931ddc2a219f3d1.zip
mxe-79c2b29d80c4b48b0de65b130931ddc2a219f3d1.tar.gz
mxe-79c2b29d80c4b48b0de65b130931ddc2a219f3d1.tar.bz2
openthreads: build in src/OpenThreads
Diffstat (limited to 'src/openthreads.mk')
-rw-r--r--src/openthreads.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openthreads.mk b/src/openthreads.mk
index 94ed993..3343aaa 100644
--- a/src/openthreads.mk
+++ b/src/openthreads.mk
@@ -25,5 +25,5 @@ define $(PKG)_BUILD
-D_OPENTHREADS_ATOMIC_USE_WIN32_INTERLOCKED=1 \
'$(1)'
- $(MAKE) -C '$(1).build' -j '$(JOBS)' install VERBOSE=1
+ $(MAKE) -C '$(1).build/src/OpenThreads' -j '$(JOBS)' install VERBOSE=1
endef