This file also belongs to the wren lib, move it

This commit is contained in:
King_DuckZ 2020-04-30 22:57:52 +02:00
parent 0f0d149ad2
commit 6fc3422548
2 changed files with 1 additions and 1 deletions

View file

@ -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],