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 ..