mirror of
https://github.com/drasko/codezero.git
synced 2026-01-15 04:13:16 +01:00
Remove a few redundant paths from the include path.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
Import ( 'environment' )
|
||||
|
||||
e = environment.Clone ( )
|
||||
e.Append ( CPPPATH = [ 'include' , '#libs/c/include/' , '#tasks/libl4/include' , '#tasks/libmem' , '#tasks/libposix/include' ] )
|
||||
e.Append ( CPPPATH = [ 'include' , '#libs/c/include/' , '#tasks/libl4/include' , '#tasks/libmem' , '#tasks/libposix/include' ] )
|
||||
|
||||
# TODO: There are errors in this code that -Werror gives problems with.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user