From a516b46ab479c167b74053633a1d628d090e6fc1 Mon Sep 17 00:00:00 2001 From: Friwi Date: Mon, 30 Jan 2023 05:31:00 +0100 Subject: [PATCH] Just macos things --- compile_macosx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile_macosx.sh b/compile_macosx.sh index 05a121a..44843e6 100755 --- a/compile_macosx.sh +++ b/compile_macosx.sh @@ -64,7 +64,7 @@ ninja -j4 #Generate distribution cd ../tools -sed -i 's/--ignore-source-errors//g' make_docs.sh +sed -i "" 's/--ignore-source-errors//g' make_docs.sh chmod +x make_distrib.sh ./make_distrib.sh macosx64 cd ..