Skip to content

Commit 047c473

Browse files
use correct c++ headers
1 parent ff41897 commit 047c473

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,8 +670,10 @@ 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
673674
cd "$SDKROOT/usr/include"
674-
ln -s "$(xcrun --sdk macosx --show-sdk-path)/usr/include/c++" c++
675+
#ln -s "$(xcrun --sdk macosx --show-sdk-path)/usr/include/c++" c++
676+
ln -s "$DEST" c++
675677
- name: Get Source libzip
676678
run: |
677679
git clone https://github.com/nih-at/libzip libzip

0 commit comments

Comments
 (0)