Skip to content
Snippets Groups Projects
Commit a6783df9 authored by sbund's avatar sbund
Browse files

Add liberty library

parent dcf04a4a
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,8 @@ SatSCons.UseDoxygen(); ...@@ -10,7 +10,8 @@ SatSCons.UseDoxygen();
env = SatSCons.MakeEnvironment(); env = SatSCons.MakeEnvironment();
env.Append( env.Append(
CPPPATH = [ '#..', '#' ] CPPPATH = [ '#' ],
LIBS = [ 'iberty' ]
) )
Export('env') Export('env')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment