From 2ea4e2bbbfb737afca1c6a6952d2cf640a6ed5d3 Mon Sep 17 00:00:00 2001 From: Friwi Date: Mon, 30 Jan 2023 05:10:53 +0100 Subject: [PATCH] Fix build error on macosx --- compile_macosx.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/compile_macosx.sh b/compile_macosx.sh index b704e92..05a121a 100755 --- a/compile_macosx.sh +++ b/compile_macosx.sh @@ -64,6 +64,7 @@ ninja -j4 #Generate distribution cd ../tools +sed -i 's/--ignore-source-errors//g' make_docs.sh chmod +x make_distrib.sh ./make_distrib.sh macosx64 cd ..