]> rtime.felk.cvut.cz Git - sojka/sterm.git/commit
Fix cross build
authorKarel Kočí <cynerd@email.cz>
Sat, 20 Aug 2022 20:00:08 +0000 (22:00 +0200)
committerKarel Kočí <cynerd@email.cz>
Sat, 20 Aug 2022 20:00:08 +0000 (22:00 +0200)
commite306235a2980675b9bce6e115b68e9bdccc0f684
tree4f08c650fbd06f6e6b5bbb10637e9deb0e059217
parentaec0022e09119ec4e0cf8ba85515cbde907384b6
Fix cross build

The cross build environment might not have strip available but is going
to have *CROSS*-strip. This can be provided by STRIP variable and that
should be used in install instead of the default strip.
This mainly affects cross build using Nix.
Makefile