Skip to content

Commit

Permalink
Add vulkan=no for macos.
Browse files Browse the repository at this point in the history
  • Loading branch information
fire committed Dec 2, 2024
1 parent c32bda9 commit 401b48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
},
"command": [
"scons werror=no compiledb=yes dev_build=no generate_bundle=no precision=double target=editor tests=yes debug_symbols=yes"
"scons werror=no compiledb=yes dev_build=no generate_bundle=no vulkan=no precision=double target=editor tests=yes debug_symbols=yes"
],
},
]
Expand Down

0 comments on commit 401b48e

Please sign in to comment.