summaryrefslogtreecommitdiffstats
path: root/src/openthreads.mk
diff options
context:
space:
mode:
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