Temporary fix for compiling simple programs.
This commit is contained in:
parent
07e8225be2
commit
2a612d2d83
@ -2,7 +2,7 @@
|
||||
Import('env')
|
||||
|
||||
init_sources = Split('''
|
||||
src/main.cpp
|
||||
src/main.c
|
||||
''')
|
||||
|
||||
init_env = env.Clone()
|
||||
|
@ -11,6 +11,9 @@ stdlib_sources = Split(f'''
|
||||
src/stdlib.cpp
|
||||
src/string.cpp
|
||||
|
||||
../bastl/src/exception.cpp
|
||||
../bastl/src/new.cpp
|
||||
|
||||
src/memory.{env['TARGET_ARCH']}.s
|
||||
''')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user