Skip to content

Commit 194e353

Browse files
committed
Fix linker name
1 parent e546156 commit 194e353

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ strategy:
2020
target: 'arm-unknown-linux-gnueabihf'
2121
exeName: 'tunet'
2222
publishName: 'tunet.linux.arm'
23-
rustflags: '-C linker=gcc-arm-linux-gnueabihf'
23+
rustflags: '-C linker=arm-linux-gnueabihf-gcc'
2424
crosslib: true
2525
crosslibs: 'libc6-armhf-cross gcc-arm-linux-gnueabihf'
2626
linux-arm64:
2727
imageName: 'ubuntu-16.04'
2828
target: 'aarch64-unknown-linux-gnu'
2929
exeName: 'tunet'
3030
publishName: 'tunet.linux.aarch64'
31-
rustflags: '-C linker=gcc-aarch64-linux-gnu'
31+
rustflags: '-C linker=aarch64-linux-gnu-gcc'
3232
crosslib: true
3333
crosslibs: 'libc6-arm64-cross gcc-aarch64-linux-gnu'
3434
osx-x64:

0 commit comments

Comments
 (0)