[Scons-users] Getting builds to work with the -j flag

Paweł Tomulik ptomulik at meil.pw.edu.pl
Thu Feb 18 17:33:48 EST 2016


W dniu 18.02.2016 o 00:40, Steve Robinson pisze:
> SharedLibrary('add', 'add.cpp')
> Program('main', 'main.cpp', LIBS='add')


Try:

Program('main', 'main.cpp', LIBS=['add'], LIBPATH=['.'])

-- 
Pawel Tomulik


More information about the Scons-users mailing list