Fix bugs in macosx build

This commit is contained in:
FriwiDev
2022-11-01 03:19:04 +01:00
parent 5919dccf70
commit af7c44af6a
3 changed files with 4 additions and 3 deletions

View File

@@ -43,6 +43,9 @@ else
echo "Found existing files to build"
cd jcef
fi
if [ ! -d "out/docs" ]; then
mkdir out/docs
fi
# Create and enter the `jcef_build` directory.
# The `jcef_build` directory name is required by other JCEF tooling