Skip to content

Commit

Permalink
extend the list of boost libs
Browse files Browse the repository at this point in the history
  • Loading branch information
irascible committed Nov 20, 2015
1 parent 87570ce commit 678caef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pri/utils.pri
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# assume boost libraries are installed under linux
win32|macx {
# boost_1_54_0 is buggy
BOOSTS = 43 44 45 46 47 48 49 50 51 52 53 55 56 57 58
BOOSTS = 43 44 45 46 47 48 49 50 51 52 53 55 56 57 58 59 60 61 62 63 64 65
LATESTBOOST = 0
for(boost, BOOSTS) {
exists(../src/lib/boost_1_$${boost}_0) {
Expand Down

0 comments on commit 678caef

Please sign in to comment.