Skip to content

Commit

Permalink
doom-retro - vcpkg paths
Browse files Browse the repository at this point in the history
  • Loading branch information
d10sfan committed Dec 19, 2023
1 parent e43289e commit de57b26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions engines/doom-retro/build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash

export LDFLAGS=-L"$VCPKG_INSTALLED_PATH/lib"
export LIBRARY_PATH="$VCPKG_INSTALLED_PATH/lib"

# CLONE PHASE
git clone https://github.com/bradharding/doomretro.git source
pushd source
Expand All @@ -12,6 +15,7 @@ mkdir -p build
cd build
cmake \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_PREFIX_PATH="$VCPKG_INSTALLED_PATH" \
..
make -j "$(nproc)"
popd
Expand Down

0 comments on commit de57b26

Please sign in to comment.