diff options
| author | Tim Romero <[email protected]> | 2023-12-23 02:22:16 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-12-23 11:22:16 +0100 |
| commit | f914020d45f6e44b2de4e6ba6af8e5b60fe42731 (patch) | |
| tree | 0a4a2d4670e9ebe99550faf1fcb403f33644e639 /projects/VSCode/.vscode/c_cpp_properties.json | |
| parent | a06f3d0e34fbba8fd4a49bb53ea1bdf7e3d2a011 (diff) | |
| download | raylib-f914020d45f6e44b2de4e6ba6af8e5b60fe42731.tar.gz raylib-f914020d45f6e44b2de4e6ba6af8e5b60fe42731.zip | |
VSCode sample project Mac fixup (#3666)
Change vscode config and makefile to add a missing IOKit framework reference and use whichever MacOSX sdk symlink is available
Diffstat (limited to 'projects/VSCode/.vscode/c_cpp_properties.json')
| -rw-r--r-- | projects/VSCode/.vscode/c_cpp_properties.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/VSCode/.vscode/c_cpp_properties.json b/projects/VSCode/.vscode/c_cpp_properties.json index cbdb5194..dd0a2932 100644 --- a/projects/VSCode/.vscode/c_cpp_properties.json +++ b/projects/VSCode/.vscode/c_cpp_properties.json @@ -32,7 +32,7 @@ "PLATFORM_DESKTOP" ], "macFrameworkPath": [ - "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks" + "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks" ], "compilerPath": "/usr/bin/clang", "cStandard": "c11", |
