This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Commit 883a684
committed
[[ Bug 23234 ]] Fix iOS standalone build error when running from source
This patch fixes the error:
Failed to open macho file at
/../Xcodes/Xcode_12_5_0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++
for reading: Too many levels of symbolic links
It seems there is a chance g++ is not symlinked correctly, so use the full path to clang++ instead.1 parent ec509e4 commit 883a684
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
535 | 535 | | |
536 | 536 | | |
537 | 537 | | |
538 | | - | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
539 | 543 | | |
540 | 544 | | |
541 | 545 | | |
| |||
0 commit comments