mirror of
https://github.com/upx/upx.git
synced 2025-08-11 22:52:30 +08:00
make: move extra builds to "build/extra/" subdirectories
This commit is contained in:
@ -34,7 +34,9 @@ podman run "${flags[@]}" "$image" bash -l
|
||||
|
||||
# now we can cross-compile UPX for Windows:
|
||||
# cd /home/upx/src/upx
|
||||
# rm -rf ./build/release-cross-mingw64
|
||||
# make build/release-cross-mingw64
|
||||
# rm -rf ./build/extra/cross-mingw64/release
|
||||
# make build/extra/cross-mingw64/release
|
||||
|
||||
# lots of other cross-compilers are installed; see "ls /usr/bin/*g++*"
|
||||
# lots of other cross-compilers are installed:
|
||||
# - see "ls /usr/bin/*g++*"
|
||||
# - see misc/cross-compile-upx-with-podman/build-all-inside-container.sh
|
||||
|
Reference in New Issue
Block a user