Make scripts executable for linux/macos

This commit is contained in:
Duncan Ogilvie
2024-12-03 15:28:16 +01:00
parent 56b384c966
commit 21be12c2d3
6 changed files with 1 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ Additionally you need to pass pass the following arguments to `clangd`:
```json ```json
"clangd.arguments": [ "clangd.arguments": [
"--log=verbose", "--log=verbose",
"--query-driver=*/clang-cl.exe,*/zig-cc.*,*/zig-c++.*,*/em++.bat,*/emcc.bat,*/em++,*/emcc", "--query-driver=**/zig-cc.cmd,**/zig-cc,**/zig-c++.cmd,**/zig-c++",
] ]
``` ```

0
cmake/zig-ar Normal file → Executable file
View File

0
cmake/zig-c++ Normal file → Executable file
View File

0
cmake/zig-cc Normal file → Executable file
View File

0
cmake/zig-ranlib Normal file → Executable file
View File

0
cmake/zig-rc Normal file → Executable file
View File