aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-03-16 10:35:59 -0700
committerAlon Zakai <alonzakai@gmail.com>2012-03-16 10:35:59 -0700
commit1a1d011c9ba70ffe40b312fd3367b2b843ca257a (patch)
treecf9bf4c2ecc8e7cb489ec9e487b4fd73871f96a2
parentc741788a37b2fe8fa6ae2a9249031a7fda97f842 (diff)
tweak building of libcxx to work around windows failure
-rw-r--r--system/lib/libcxx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/lib/libcxx/Makefile b/system/lib/libcxx/Makefile
index 98a5974d..01d8dbf3 100644
--- a/system/lib/libcxx/Makefile
+++ b/system/lib/libcxx/Makefile
@@ -1,4 +1,5 @@
OBJECTS = \
+ locale.bc \
algorithm.bc \
condition_variable.bc \
future.bc \
@@ -19,7 +20,6 @@ OBJECTS = \
chrono.bc \
exception.bc \
ios.bc \
- locale.bc \
regex.bc \
strstream.bc \
typeinfo.bc