Detect rendering driver to use with macos runner

This commit is contained in:
Leroy Hopson 2024-02-24 16:17:31 +13:00
parent 60054e7ee0
commit b3ea3d4482
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
3 changed files with 13 additions and 3 deletions

View file

@ -3,7 +3,7 @@
set dotenv-load
godot := `echo "${GODOT:-godot}"`
godot := `echo "${GODOT:-godot} --rendering-driver ${RENDERING_DRIVER:-vulkan}"`
build:
cd addons/godot_xterm/native && scons