mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
BUILD: Create engines/ dir if necessary, to fix out-of-tree builds
This commit is contained in:
@@ -4383,6 +4383,10 @@ EOF
|
||||
|
||||
fi
|
||||
|
||||
# Ensure engines folder exists prior to trying to generate
|
||||
# files into it (used for out-of-tree-builds)
|
||||
mkdir -p engines
|
||||
|
||||
echo "Creating engines/engines.mk"
|
||||
cat > engines/engines.mk << EOF
|
||||
# This file is automatically generated by configure
|
||||
|
||||
Reference in New Issue
Block a user