This file also belongs to the wren lib, move it
This commit is contained in:
parent
0f0d149ad2
commit
6fc3422548
2 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ wrenpp = library(meson.project_name(),
|
|||
'src/wren/configuration.cpp',
|
||||
'src/wren/def_configuration.cpp',
|
||||
'src/wren/dynafunc_maker.cpp',
|
||||
'src/dynafunc_' + arch + '_' + os + '.S',
|
||||
'src/wren/dynafunc_' + arch + '_' + os + '.S',
|
||||
'src/wren/handle.cpp',
|
||||
'src/wren/vm_fun.cpp',
|
||||
dependencies: [wren_dep],
|
||||
|
|
Loading…
Reference in a new issue