Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan committed Sep 9, 2023
1 parent 794a267 commit 1d6ab1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engines/oss-cosmic-amnesia/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
git clone https://github.com/OSS-Cosmic/AmnesiaTheDarkDescent.git source
pushd source
git checkout -f 6b387d7
ln -rsf "$VCPKG_SRC_PATH" ./vcpkg

git clone https://github.com/OSS-Cosmic/The-Forge.git external/The-Forge
pushd external/The-Forge
git checkout -f 80ddbfe
popd

ln -rsf "$VCPKG_SRC_PATH" ./vcpkg
popd

# BUILD PHASE
pushd "source"
ls -l
mkdir -p build
cd build
cmake \
Expand Down

0 comments on commit 1d6ab1a

Please sign in to comment.