Skip to content

Commit 4b1570e

Browse files
Apply patch with patch instead of git apply
1 parent 5bf82ec commit 4b1570e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ deps: deps-macos
133133
endif
134134
-rm -rf corelib
135135
-ln -s cairo2/corelib corelib
136-
git apply corelib.patch
136+
patch -E < corelib.patch
137137

138138
.PHONY: deps-macos
139139
deps-macos: build-cairo-2-compiler-macos install-scarb-macos

0 commit comments

Comments
 (0)