Ticket #12784: patch-SConstruct

File patch-SConstruct, 597 bytes (added by paulsmith@…, 17 years ago)
Line 
1Index: SConstruct
2===================================================================
3--- SConstruct  (revision 526)
4+++ SConstruct  (working copy)
5@@ -126,7 +126,7 @@
6 
7 BOOST_LIBSHEADERS = [
8     ['thread', 'boost/thread/mutex.hpp', True],
9-    ['system', 'boost/system/system_error.hpp', True], # uncomment this on Darwin + boost_1_35
10+    #['system', 'boost/system/system_error.hpp', True], # uncomment this on Darwin + boost_1_35
11     ['filesystem', 'boost/filesystem/operations.hpp', True],
12     ['regex', 'boost/regex.hpp', True],
13     ['program_options', 'boost/program_options.hpp', False]