diff options
author | Herbert Dürr <hdu@apache.org> | 2013-06-03 19:11:56 +0000 |
---|---|---|
committer | Herbert Dürr <hdu@apache.org> | 2013-06-03 19:11:56 +0000 |
commit | 522952dce6b4d849616bb0b4528ac688db8ec981 (patch) | |
tree | 4d6560f112ee63242818d26a8fec37b8c19fdab6 /stlport | |
parent | aa8ca5aa955e4efc0ee541184f980ea689a323e3 (diff) |
#i122396# add a boost dependency to stlport
the new dependency is needed because on some platforms
the stlport emulation depends on boost's TR1
Notes
Notes:
ignore: obsolete
Diffstat (limited to 'stlport')
-rw-r--r-- | stlport/prj/build.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stlport/prj/build.lst b/stlport/prj/build.lst index 259feec2f6bc..f0cd7746a4b3 100644 --- a/stlport/prj/build.lst +++ b/stlport/prj/build.lst @@ -1,2 +1,2 @@ -sl stlport : SO:so_prereq solenv NULL +sl stlport : SO:so_prereq solenv BOOST:boost NULL sl stlport nmake - all sl_mkout NULL |