Closed
Description
I'm on 85d09eb.
eseidel@erics-mbp sdk % ./tools/build.py --no-goma --mode release --arch arm64 most
Generating Xcode projects took 25ms
Done. Made 396 targets from 116 files in 648ms
buildtools/ninja/ninja -C xcodebuild/ReleaseARM64 most
ninja: Entering directory `xcodebuild/ReleaseARM64'
[302/782] LINK ./dart_precompiled_runtime
ld64.lld: warning: directory not found for option -L/usr/local/lib
[345/782] LINK ./dart_precompiled_runtime_product
ld64.lld: warning: directory not found for option -L/usr/local/lib
[409/782] LINK ./gen_snapshot
ld64.lld: warning: directory not found for option -L/usr/local/lib
[466/782] LINK ./gen_snapshot_product
ld64.lld: warning: directory not found for option -L/usr/local/lib
[575/782] LINK ./dart
ld64.lld: warning: directory not found for option -L/usr/local/lib
[721/782] LINK ./run_vm_tests
ld64.lld: warning: directory not found for option -L/usr/local/lib
[782/782] STAMP obj/most.stamp
The build took 153.113 seconds
I haven't yet figured out where the flag is coming from, but I will and plan to post a patch to fix if someone doesn't beat me to it.