View | Details | Raw Unified | Return to bug 1089
Collapse All | Expand All

(-)a/lwip-HEAD/src/SConscript (-1 / +1 lines)
 Lines 75-79    Link Here 
75
env.Append(LINKFLAGS = link_flags)
75
env.Append(LINKFLAGS = link_flags)
76
76
77
so = env.SharedLibrary('lwip', sources)
77
so = env.SharedLibrary('lwip', sources)
78
install = env.Install(dir = "$PREFIX/lib", source = output)
78
install = env.Install(dir = "$PREFIX/lib", source = so)
79
env.Alias('install', install)
79
env.Alias('install', install)

Return to bug 1089