diff options
author | randomdan <randomdan@localhost> | 2014-11-13 00:27:16 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2014-11-13 00:27:16 +0000 |
commit | 8fefc69c36b198879aa004a14da7b44c4f16d1d2 (patch) | |
tree | 3d604c4d7c83664cdc08db3b1a191987e05624a2 /Jamroot.jam | |
parent | More friendly linkflags and some ycm configs (diff) | |
download | gentoobrowse-8fefc69c36b198879aa004a14da7b44c4f16d1d2.tar.bz2 gentoobrowse-8fefc69c36b198879aa004a14da7b44c4f16d1d2.tar.xz gentoobrowse-8fefc69c36b198879aa004a14da7b44c4f16d1d2.zip |
Fix quirk (from glibc update?) around fields in struct tm and the _BSD_SOURCE macro
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index e02a59a..396dfd0 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -11,4 +11,4 @@ project ; -alias all : project2 netfs ytfs ; +alias all : project2 netfs libjsonpp p2pvr libtmdb slicer ; |