diff --git a/Cargo.toml b/Cargo.toml index 42fc5ae..f8b3568 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "servo-fontconfig-sys" -version = "4.0.7" +version = "4.0.8" authors = ["Keith Packard ", "Patrick Lam "] license = "MIT" description = "Font configuration and customization library" diff --git a/makefile.cargo b/makefile.cargo index c538987..0e76202 100644 --- a/makefile.cargo +++ b/makefile.cargo @@ -90,7 +90,8 @@ $(OUT_DIR)/Makefile: --disable-docs \ --disable-shared \ $(EXPAT_FLAGS) \ - $(strip $(CONFIGURE_FLAGS)) + $(strip $(CONFIGURE_FLAGS)) && + touch $(SRC_DIR)/src/fcobjshash.h else