diff options
author | Franklin Wei <franklin@rockbox.org> | 2019-11-09 20:52:08 -0500 |
---|---|---|
committer | Franklin Wei <franklin@rockbox.org> | 2019-11-09 20:54:57 -0500 |
commit | a5f228eee2240c3d12f0d03b51adad5603cb10d3 (patch) | |
tree | b1f514917f817ef973dc1aa935ff7b5979f2099b /utils | |
parent | 1925d043a2d98caacc669ded319a7e1fcd197ef8 (diff) | |
download | rockbox-a5f228eee2240c3d12f0d03b51adad5603cb10d3.tar.gz rockbox-a5f228eee2240c3d12f0d03b51adad5603cb10d3.tar.bz2 rockbox-a5f228eee2240c3d12f0d03b51adad5603cb10d3.zip |
rbutil: fix windows cross compile (via M cross environment)
This fixes a couple of issues when cross-compiling for windows:
- lib builds (i.e. mks5lboot) were overriding the cross CC/CXX with the
native CC, producing incompatible binaries.
- Qt made the accessibility plugin part of the core library, so we no
longer need to import it.
Change-Id: I9d884aee62dfa51d3624a3fa9b99c23b3b375f20
Diffstat (limited to 'utils')
-rw-r--r-- | utils/imxtools/sbtools/crypto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/imxtools/sbtools/crypto.h b/utils/imxtools/sbtools/crypto.h index e7ca31d72f..169197790b 100644 --- a/utils/imxtools/sbtools/crypto.h +++ b/utils/imxtools/sbtools/crypto.h @@ -32,7 +32,7 @@ extern "C" { typedef uint8_t byte; -/* crypto.c */ +/* crypto.cpp */ enum crypto_method_t { CRYPTO_NONE, /* disable */ |