mirror of
https://github.com/asherkin/accelerator.git
synced 2025-12-07 10:28:29 +00:00
Fix: Missing forwards.cpp in AMBuilder
This commit is contained in:
parent
f4d60b3275
commit
d0cb652e0d
@ -7,6 +7,7 @@ project = builder.LibraryProject('accelerator.ext')
|
||||
project.sources = [
|
||||
'extension.cpp',
|
||||
'MemoryDownloader.cpp',
|
||||
'forwards.cpp',
|
||||
os.path.join(Accelerator.sm_root, 'public', 'smsdk_ext.cpp')
|
||||
]
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user