cmake and make: minor updates

This commit is contained in:
Markus F.X.J. Oberhumer
2023-01-05 00:57:01 +01:00
parent 72f3e9b25a
commit d9657e9831
4 changed files with 31 additions and 27 deletions
@@ -34,8 +34,8 @@ podman run "${flags[@]}" "$image" bash -l
# now we can cross-compile UPX for Windows:
# cd /home/upx/src/upx
# rm -rf ./build/extra/cross-mingw64/release
# make build/extra/cross-mingw64/release
# rm -rf ./build/extra/cross-windows-mingw64/release
# make build/extra/cross-windows-mingw64/release
# lots of other cross-compilers are installed:
# - see "ls /usr/bin/*g++*"