Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Fix intermittent build error #42

Merged
merged 2 commits into from
Dec 5, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "servo-fontconfig-sys"
version = "4.0.7"
version = "4.0.8"
authors = ["Keith Packard <[email protected]>", "Patrick Lam <[email protected]>"]
license = "MIT"
description = "Font configuration and customization library"
Expand Down
3 changes: 2 additions & 1 deletion makefile.cargo
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down