diff options
author | Tony Theodore <tonyt@logyst.com> | 2013-02-06 06:28:48 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2013-02-06 06:28:48 (GMT) |
commit | 44441d42a1dc0647c63c63c934c7279dc5a47f9c (patch) | |
tree | a3d515daddae0f6376c2e1d9ceedaf4b7ff90acd /src/ilmbase.mk | |
parent | f951b8eb184bc7e4a7a8ef3f789f31e613412e2a (diff) | |
download | mxe-44441d42a1dc0647c63c63c934c7279dc5a47f9c.zip mxe-44441d42a1dc0647c63c63c934c7279dc5a47f9c.tar.gz mxe-44441d42a1dc0647c63c63c934c7279dc5a47f9c.tar.bz2 |
package ilmbase: additional SHELL variable for configure
Diffstat (limited to 'src/ilmbase.mk')
-rw-r--r-- | src/ilmbase.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ilmbase.mk b/src/ilmbase.mk index 9567004..26ce25e 100644 --- a/src/ilmbase.mk +++ b/src/ilmbase.mk @@ -31,7 +31,8 @@ define $(PKG)_BUILD --disable-shared \ --prefix='$(PREFIX)/$(TARGET)' \ --disable-threading \ - CONFIG_SHELL=$(SHELL) + CONFIG_SHELL=$(SHELL) \ + SHELL=$(SHELL) # do the first build step by hand, because programs are built that # generate source files cd '$(1)/Half' && g++ eLut.cpp -o eLut |