Skip to content

Commit 1d7a471

Browse files
committed
There is still an issue with cross compiling (not C++ related)
1 parent 79b6a6d commit 1d7a471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/th-dlls/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ in recurseIntoAttrs {
2525
# iserv-proxy-interpreter: internal error: 0x0 address for .LANCHOR1 + 0 of type 562
2626
# in tmp/nix/store/kgprix3jn2w320flxpf7yr29f7dczykr-libsodium-aarch64-unknown-linux-musl-1.0.18/lib/libsodium.a
2727
# (#103:librdrand_la-randombytes_internal_random.o) for relocation 4 in section 1 of kind: 0
28-
|| (stdenv.hostPlatform.isAarch64 && stdenv.hostPlatform.isMusl && !stdenv.builtPlatform.isAarch64)
28+
|| (stdenv.hostPlatform.isAarch64 && stdenv.hostPlatform.isMusl && !stdenv.buildPlatform.isAarch64)
2929
# Not sure why this is failing with a seg fault
3030
|| (builtins.elem compiler-nix-name ["ghc9102" "ghc9102llvm"] && stdenv.hostPlatform.isAndroid && stdenv.hostPlatform.isAarch32)
3131
# unhandled ELF relocation(Rel) type 10

0 commit comments

Comments
 (0)