Skip to content

Commit

Permalink
[MinGW] Do not deploy files to /usr/cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenCWills committed Feb 17, 2025
1 parent faa4486 commit 9220cf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Packaging/windows/mingw-prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ fi

wget -q https://www.libsdl.org/release/SDL2-devel-${SDLDEV_VERS}-mingw.tar.gz -OSDL2-devel-${SDLDEV_VERS}-mingw.tar.gz
tar -xzf SDL2-devel-${SDLDEV_VERS}-mingw.tar.gz
sed -i '/$(CROSS_PATH)\/cmake/ s/^/#/' SDL2*/Makefile
CROSS_PATH=/usr ARCHITECTURES=${MINGW_ARCH} $SUDO make -eC SDL2*/ cross

wget -q https://github.com/jedisct1/libsodium/releases/download/${SODIUM_VERS}-RELEASE/libsodium-${SODIUM_VERS}-mingw.tar.gz -Olibsodium-${SODIUM_VERS}-mingw.tar.gz
Expand Down

0 comments on commit 9220cf7

Please sign in to comment.