diff options
author | don bright <hugh.m.bright@gmail.com> | 2011-11-05 00:28:28 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2011-11-05 00:28:28 (GMT) |
commit | 81b4e9e5abe153abc8701a9f06e7d077511a4c5f (patch) | |
tree | f73b04aff5710ca299632a04fcb766c04caedf12 /boost.pri | |
parent | 8c1b0c614ad031ca26a761724114a218ee576077 (diff) | |
parent | f90d2917e60a95a53f60b8f67f16d22bf4e15c32 (diff) |
Merge branch 'master' of git@github.com:donbright/openscad
Diffstat (limited to 'boost.pri')
-rw-r--r-- | boost.pri | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,6 +20,8 @@ boost { win32 { LIBS += -llibboost_thread-vc90-mt-s-1_46_1 -llibboost_program_options-vc90-mt-s-1_46_1 } else { + # some platforms have only '-mt' versions. uncomment if needed. + # LIBS += -lboost_thread-mt -lboost_program_options-mt LIBS += -lboost_thread -lboost_program_options } } |