fix(modulo): explicitly specify built-in version of img libs on macOS
This commit is contained in:
parent
13da059a48
commit
e94d97aae1
|
@ -202,6 +202,9 @@ fn build_native() {
|
||||||
.args(&[
|
.args(&[
|
||||||
"--disable-shared",
|
"--disable-shared",
|
||||||
"--without-libtiff",
|
"--without-libtiff",
|
||||||
|
"--without-liblzma",
|
||||||
|
"--with-libjpeg=builtin",
|
||||||
|
"--with-libpng=builtin",
|
||||||
&format!("--enable-macosx_arch={}", target_arch),
|
&format!("--enable-macosx_arch={}", target_arch),
|
||||||
])
|
])
|
||||||
.spawn()
|
.spawn()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user