1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-21 15:08:12 +00:00

build: fix compilation on darwin

[no changelog]
This commit is contained in:
Martin Milata 2023-05-09 18:51:28 +02:00
parent 364c6cc6c5
commit e7c2800798
3 changed files with 3 additions and 3 deletions

View File

@ -74,7 +74,6 @@ stdenvNoCC.mkDerivation ({
check
curl # for connect tests
editorconfig-checker
gcc11
gcc-arm-embedded
git
gitAndTools.git-subrepo
@ -95,6 +94,7 @@ stdenvNoCC.mkDerivation ({
moreutils
] ++ lib.optionals (!stdenv.isDarwin) [
autoPatchelfHook
gcc11
procps
valgrind
] ++ lib.optionals (stdenv.isDarwin) [

View File

@ -4,4 +4,4 @@ if [ -z "$1" ]; then
exit 1
fi
echo "VERSION_MAJOR.VERSION_MINOR.VERSION_PATCH" | cpp -include $1 -nostdinc -P | tr -d " "
echo "VERSION_MAJOR.VERSION_MINOR.VERSION_PATCH" | cpp -include $1 -nostdinc -P - | tr -d " "

2
vendor/micropython vendored

@ -1 +1 @@
Subproject commit a973bbca756ca0c9219deefea2873d3cc774839d
Subproject commit e63e8b868ef717ae84a694eaa6782899a396a1af