diff options
Diffstat (limited to 'src/openexr.mk')
-rw-r--r-- | src/openexr.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openexr.mk b/src/openexr.mk index 916efea..44c2075 100644 --- a/src/openexr.mk +++ b/src/openexr.mk @@ -30,7 +30,7 @@ define $(PKG)_BUILD $(MAKE) -C '$(1)/$(ilmbase_SUBDIR)' -j '$(JOBS)' install \ bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS= # wine confuses the cross-compiling detection, so set it explicitly - $(SED) 's,cross_compiling=no,cross_compiling=yes,' -i '$(1)/configure' + $(SED) -i 's,cross_compiling=no,cross_compiling=yes,' '$(1)/configure' cd '$(1)' && ./configure \ --host='$(TARGET)' \ --disable-shared \ |