summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2016-05-21 09:45:04 (GMT)
committerTony Theodore <tonyt@logyst.com>2016-05-21 09:45:04 (GMT)
commitc54bd5e324aaecef3148eabe1aca0041cbaa1e50 (patch)
treed93b11d73711226228adc1ff297c195ac68b3197
parent999852417d3528e7ab52472914dc4ff29f971618 (diff)
parent79c2b29d80c4b48b0de65b130931ddc2a219f3d1 (diff)
downloadmxe-c54bd5e324aaecef3148eabe1aca0041cbaa1e50.zip
mxe-c54bd5e324aaecef3148eabe1aca0041cbaa1e50.tar.gz
mxe-c54bd5e324aaecef3148eabe1aca0041cbaa1e50.tar.bz2
Merge branch 'fix_openthreads' of https://github.com/rkanavath/mxe into rkanavath-fix_openthreads
-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