Skip to content

Commit

Permalink
Fix tasks.json SYMROOT
Browse files Browse the repository at this point in the history
  • Loading branch information
olilarkin committed Aug 5, 2023
1 parent 12eb149 commit 7445ed2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"APP",
"-configuration",
"Debug",
"SYMROOT=~/Library/Developer/Xcode/DerivedData"
"SYMROOT=$HOME/Library/Developer/Xcode/DerivedData"
],
"group": "build",
"problemMatcher": []
Expand All @@ -29,7 +29,7 @@
"VST2",
"-configuration",
"Debug",
"SYMROOT=~/Library/Developer/Xcode/DerivedData"
"SYMROOT=$HOME/Library/Developer/Xcode/DerivedData"
]
},
{
Expand All @@ -43,7 +43,7 @@
"VST3",
"-configuration",
"Debug",
"SYMROOT=~/Library/Developer/Xcode/DerivedData"
"SYMROOT=$HOME/Library/Developer/Xcode/DerivedData"
],
"group": "build"
},
Expand All @@ -58,7 +58,7 @@
"AU",
"-configuration",
"Debug",
"SYMROOT=~/Library/Developer/Xcode/DerivedData"
"SYMROOT=$HOME/Library/Developer/Xcode/DerivedData"
],
"group": "build"
},
Expand Down

0 comments on commit 7445ed2

Please sign in to comment.