summaryrefslogtreecommitdiffstats
path: root/src/ilmbase.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/ilmbase.mk')
-rw-r--r--src/ilmbase.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ilmbase.mk b/src/ilmbase.mk
index 59cc9ee..1747b9e 100644
--- a/src/ilmbase.mk
+++ b/src/ilmbase.mk
@@ -29,7 +29,7 @@ define $(PKG)_BUILD
echo '/* disabled */' > '$(1)/IlmThread/IlmThreadSemaphorePosixCompat.cpp'
# Because of the previous changes, '--disable-threading' will not disable
# threading. It will just disable the unwanted check for pthread.
- cd '$(1)' && ./configure \
+ cd '$(1)' && $(SHELL) ./configure \
--host='$(TARGET)' \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \