Skip to content

Commit

Permalink
remove unused lib
Browse files Browse the repository at this point in the history
  • Loading branch information
vittorioromeo committed May 13, 2024
1 parent 090defa commit 8d1d6f1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ set(SFML_ENABLE_PCH true)
CPMAddPackage(
NAME SFML
GITHUB_REPOSITORY vittorioromeo/SFML
GIT_TAG 06b4c6ceaabaa3e15e88ca70cf61ae7bba69ad39
GIT_TAG 6cdcc0caf098916fe0f5c35504b56b30fad2f92f
)

set_target_properties(sfml-system PROPERTIES UNITY_BUILD OFF)
Expand Down
1 change: 0 additions & 1 deletion build/copylibs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
function copyTo
{
cp ./_deps/zlib-build/libzlib.dll $1 &
cp /c/msys64/mingw64/bin/libssp-0.dll $1 &
cp /c/msys64/mingw64/bin/libstdc++-6.dll $1 &
cp /c/msys64/mingw64/bin/libgcc_s_seh-1.dll $1 &
cp /c/msys64/mingw64/bin/libwinpthread-1.dll $1 &
Expand Down
1 change: 0 additions & 1 deletion prepare_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ cp ./_RELEASE/sdkencryptedappticket64.dll ./_PREPARED_RELEASE
cp ./_RELEASE/libstdc++-6.dll ./_PREPARED_RELEASE
cp ./_RELEASE/libgcc_s_seh-1.dll ./_PREPARED_RELEASE
cp ./_RELEASE/libwinpthread-1.dll ./_PREPARED_RELEASE
cp ./_RELEASE/libssp-0.dll ./_PREPARED_RELEASE

cp ./_RELEASE/steam_appid.txt ./_PREPARED_RELEASE
cp ./_RELEASE/windowed.bat ./_PREPARED_RELEASE
Expand Down

0 comments on commit 8d1d6f1

Please sign in to comment.