File tree 1 file changed +1
-1
lines changed 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ jobs:
303
303
# Note that we only disable unused-command-line-argument here since clang-cl
304
304
# doesn't implement all of the options supported by cl, but the ones it doesn't
305
305
# are _generally_ not interesting.
306
- CL_FLAGS : " -Wno-unused-command-line-argument -fuse-ld=lld-link /imsvc/tmp/xwin/crt/include /imsvc/tmp/xwin/sdk/include/ucrt /imsvc/tmp/xwin/sdk/include/um /imsvc/tmp/xwin/sdk/include/shared"
306
+ CFLAGS : " -Wno-unused-command-line-argument -fuse-ld=lld-link /imsvc/tmp/xwin/crt/include /imsvc/tmp/xwin/sdk/include/ucrt /imsvc/tmp/xwin/sdk/include/um /imsvc/tmp/xwin/sdk/include/shared"
307
307
# Inform the linker where to search for libraries
308
308
RUSTFLAGS : " -Lnative=/tmp/xwin/crt/lib/x86_64 -Lnative=/tmp/xwin/sdk/lib/um/x86_64 -Lnative=/tmp/xwin/sdk/lib/ucrt/x86_64"
309
309
run : |
You can’t perform that action at this time.
0 commit comments