Skip to content

Commit

Permalink
update my macOS config
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Jan 16, 2025
1 parent fbb3593 commit ba77c3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@
"includePath": [
"/usr/local/include/node",
"${workspaceFolder}/node_modules/node-addon-api",
"/usr/local/Cellar/python@3.10/3.10.8/Frameworks/Python.framework/Headers"
"/System/Volumes/Data/Library/Frameworks/Python.framework/Versions/3.12/include/python3.12"
],
"defines": [
"${projectDefines}"
],
"compilerPath": "/usr/bin/g++",
"compilerPath": "/usr/bin/clang++",
"cStandard": "c17",
"cppStandard": "c++14"
},
Expand Down

0 comments on commit ba77c3f

Please sign in to comment.