Add @nogc UDA, fix some small issues, xmake changes
-add @nogc to some functions where it was missing -fix compilation issue in mallocator -fix Meson build -some work on xmake build
This commit is contained in:
parent
5e123d96b3
commit
3a3a9e0341
6 changed files with 39 additions and 26 deletions
|
|
@ -13,9 +13,9 @@ tests_src = files(
|
|||
exe = executable('BubelECSTests',
|
||||
tests_src,
|
||||
include_directories : [inc, include_directories('..')],
|
||||
d_args : args,
|
||||
link_args : link_args,
|
||||
dependencies : decs_dep,
|
||||
# d_args : args,
|
||||
# link_args : link_args,
|
||||
dependencies : bubel_ecs_dep,
|
||||
)
|
||||
|
||||
test('basic-tests', exe)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue