Merge branch 'fix_openthreads' of https://github.com/rkanavath/mxe into rkanavath-fix_openthreads

This commit is contained in:
Tony Theodore 2016-05-21 19:45:04 +10:00
commit c54bd5e324
1 changed files with 1 additions and 1 deletions

View File

@ -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