mirror of
https://github.com/drasko/codezero.git
synced 2026-01-16 21:03:16 +01:00
Simplified loader, elf, and c library SConscripts
This commit is contained in:
@@ -7,9 +7,7 @@
|
||||
|
||||
Import('env')
|
||||
|
||||
arch = 'arm'
|
||||
e = env.Clone()
|
||||
#e.Append(CPPPATH = ['include', '#libs/c/include', '#libs/c/include/arch/' + arch])
|
||||
e.Append(CPPPATH = ['include'])
|
||||
e.Append(CCFLAGS = '-nostdinc')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user