fix(modulo): explicitly specify built-in version of img libs on macOS

This commit is contained in:
Federico Terzi 2021-10-04 21:21:26 +02:00
parent 13da059a48
commit e94d97aae1

View File

@ -202,6 +202,9 @@ fn build_native() {
.args(&[
"--disable-shared",
"--without-libtiff",
"--without-liblzma",
"--with-libjpeg=builtin",
"--with-libpng=builtin",
&format!("--enable-macosx_arch={}", target_arch),
])
.spawn()