package gsl: wine confuses the cross-compiling detection

pull/13/head
Tony Theodore 13 years ago
parent 91329c8436
commit 53d64ce712

@ -20,6 +20,8 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
# 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)' \
--prefix='$(PREFIX)/$(TARGET)' \

Loading…
Cancel
Save