rules/gdal: Fix host target.

This commit is contained in:
Tiago Marques 2018-12-11 15:00:52 +00:00
parent 66da4333e9
commit d742be4014
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ configure()
"./configure" \
--prefix="$cfg_dir_toolchain" \
--target="$cfg_target_canonical" \
--host="$cfg_host_canonical" \
--host="$cfg_target_canonical" \
--build="$cfg_host_canonical" \
--with-build-sysroot="$cfg_dir_toolchain_sysroot" \
--with-sysroot="$cfg_dir_toolchain_sysroot"