Skip to content

Commit

Permalink
Auto merge of harfbuzz#80 - paulrouget:no_so, r=mbrubeck
Browse files Browse the repository at this point in the history
disable .so files

Fix harfbuzz#79

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-harfbuzz/80)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Sep 7, 2017
2 parents a308319 + 9121d01 commit 7ffa267
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion harfbuzz-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "harfbuzz-sys"
version = "0.1.13"
version = "0.1.14"

authors = ["The Servo Project Developers"]
license = "MIT"
Expand Down
1 change: 1 addition & 0 deletions harfbuzz-sys/makefile.cargo
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ CONFIGURE_FLAGS = \
--prefix=$(OUT_DIR) \
--host=$(TARGET) \
--enable-static \
--disable-shared \
--without-icu \
--without-freetype \
--without-glib
Expand Down

0 comments on commit 7ffa267

Please sign in to comment.