We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c218f0 commit d2924deCopy full SHA for d2924de
.github/workflows/iwyu.yml
@@ -104,7 +104,8 @@ jobs:
104
run: |
105
set -x
106
107
- wget https://raw.githubusercontent.com/include-what-you-use/include-what-you-use/master/mapgen/iwyu-mapgen-apple-libc.py
+ wget https://raw.githubusercontent.com/include-what-you-use/include-what-you-use/6b7a7d15652277555e6d3e22e160e044f5bb170a/mapgen/iwyu-mapgen-apple-libc.py
108
+ #wget https://raw.githubusercontent.com/include-what-you-use/include-what-you-use/master/mapgen/iwyu-mapgen-apple-libc.py
109
python3 iwyu-mapgen-apple-libc.py $(xcrun --show-sdk-path)/usr/include > macos.imp
110
111
- name: Prepare CMake
0 commit comments