shuriken: Add support for "import std"
This commit is contained in:
parent
d256de19c5
commit
ae1df9bc8b
2 changed files with 124 additions and 20 deletions
|
|
@ -5,7 +5,6 @@ defaults:
|
|||
-Wextra
|
||||
-pedantic
|
||||
-Ivendor/RmlUi/Include
|
||||
|
||||
linker_args: >-
|
||||
-lSDL3
|
||||
-lSDL3_image
|
||||
|
|
@ -13,6 +12,8 @@ defaults:
|
|||
vendor/RmlUi/Build/librmlui_debugger.a
|
||||
vendor/RmlUi/Build/librmlui.a
|
||||
|
||||
enable_import_std: true
|
||||
|
||||
default_target: linux
|
||||
|
||||
targets:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue