mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-06 12:55:30 +02:00
Detect rendering driver to use with macos runner
This commit is contained in:
parent
60054e7ee0
commit
b3ea3d4482
3 changed files with 13 additions and 3 deletions
2
Justfile
2
Justfile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue