diff --git a/harfbuzz-sys/Cargo.toml b/harfbuzz-sys/Cargo.toml index 65b602b0..a7202595 100644 --- a/harfbuzz-sys/Cargo.toml +++ b/harfbuzz-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "harfbuzz-sys" -version = "0.1.13" +version = "0.1.14" authors = ["The Servo Project Developers"] license = "MIT" diff --git a/harfbuzz-sys/makefile.cargo b/harfbuzz-sys/makefile.cargo index ec5a4a8b..cdfb018c 100644 --- a/harfbuzz-sys/makefile.cargo +++ b/harfbuzz-sys/makefile.cargo @@ -31,6 +31,7 @@ CONFIGURE_FLAGS = \ --prefix=$(OUT_DIR) \ --host=$(TARGET) \ --enable-static \ + --disable-shared \ --without-icu \ --without-freetype \ --without-glib