From 9121d01551751a9e63261b37375051f0cf35e375 Mon Sep 17 00:00:00 2001 From: Paul Rouget Date: Thu, 7 Sep 2017 07:58:48 +0200 Subject: [PATCH] disable .so files --- harfbuzz-sys/Cargo.toml | 2 +- harfbuzz-sys/makefile.cargo | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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