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 | 8e608a2f6f2a6f1e68dcc14e08424eb1130662be (patch) | |
tree | d31167e5711a3f519d56eb5f0e597d1aeba6d633 /Jamroot.jam | |
parent | Write test data to the correct paths (diff) | |
download | slicer-8e608a2f6f2a6f1e68dcc14e08424eb1130662be.tar.bz2 slicer-8e608a2f6f2a6f1e68dcc14e08424eb1130662be.tar.xz slicer-8e608a2f6f2a6f1e68dcc14e08424eb1130662be.zip |
Fix quirk (from glibc update?) around fields in struct tm and the _BSD_SOURCE macroslicer-0.8.2
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 ; |