summaryrefslogtreecommitdiffstats
path: root/src/devil.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/devil.mk')
-rw-r--r--src/devil.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/devil.mk b/src/devil.mk
index 8b89fa0..4f9d83e 100644
--- a/src/devil.mk
+++ b/src/devil.mk
@@ -21,10 +21,9 @@ endef
define $(PKG)_BUILD
$(SED) -i 's,__declspec(dllimport),,' '$(1)/include/IL/il.h'
- # wine confuses the cross-compiling detection, so set it explicitly
- $(SED) -i 's,cross_compiling=no,cross_compiling=yes,' '$(1)/configure'
cd '$(1)' && ./configure \
--host='$(TARGET)' \
+ --build='$(BUILD)' \
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \
--enable-ILU \