Skip to content

Commit

Permalink
package ilmbase: additional SHELL variable for configure
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytheodore committed Feb 6, 2013
1 parent f951b8e commit 44441d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ilmbase.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 44441d4

Please sign in to comment.