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 | 23d5929c4a183e2f393887c817fd6c1bea4fe400 (patch) | |
tree | d31167e5711a3f519d56eb5f0e597d1aeba6d633 /Jamroot.jam | |
parent | Write test data to the correct paths (diff) | |
download | slicer-23d5929c4a183e2f393887c817fd6c1bea4fe400.tar.bz2 slicer-23d5929c4a183e2f393887c817fd6c1bea4fe400.tar.xz slicer-23d5929c4a183e2f393887c817fd6c1bea4fe400.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 ; |