diff options
author | Simon Warta <[email protected]> | 2017-04-02 11:19:58 +0200 |
---|---|---|
committer | Simon Warta <[email protected]> | 2017-04-02 21:51:55 +0200 |
commit | ca9740f29a860c80b28a7ff8b7c1df1d5ccddab8 (patch) | |
tree | ecc35158c9de6c4ef43202fd94fb0c670a02d564 /src/lib/utils/boost | |
parent | b3f3e6d718736c5838f6f034d7cf2e0c2bf4ba4d (diff) |
Remove "Dirty hack" for multiple defines in lex_me_harder()
Diffstat (limited to 'src/lib/utils/boost')
-rw-r--r-- | src/lib/utils/boost/info.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/utils/boost/info.txt b/src/lib/utils/boost/info.txt index 8748c0bf1..c12b99a28 100644 --- a/src/lib/utils/boost/info.txt +++ b/src/lib/utils/boost/info.txt @@ -1,11 +1,11 @@ -define BOOST_FILESYSTEM 20131228 -define BOOST_ASIO 20131228 -define BOOST_DATETIME 20150720 +<defines> +BOOST_FILESYSTEM -> 20131228 +BOOST_ASIO -> 20131228 +BOOST_DATETIME -> 20150720 +</defines> load_on vendor <libs> all -> boost_system,boost_filesystem </libs> - - |