Skip to content

Commit e501d93

Browse files
fix path
1 parent 047c473 commit e501d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ jobs:
670670
echo SDKROOT=${{ github.workspace }}/${{ secrets.MacOSX1014sdk && 'MacOSX10.14.sdk' || '../MacOSX-SDKs/MacOSX10.13.sdk' }} >> $GITHUB_ENV
671671
- name: Prepare Legacy sdk
672672
run: |
673-
DEST=$PWD/libcxx64-build/include/cxx
673+
DEST="$PWD/libcxx64-build/include/c++"
674674
cd "$SDKROOT/usr/include"
675675
#ln -s "$(xcrun --sdk macosx --show-sdk-path)/usr/include/c++" c++
676676
ln -s "$DEST" c++

0 commit comments

Comments
 (0)