diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-03-20 16:03:39 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-03-20 16:03:39 -0700 |
commit | cdc82664d8dfcc4cb8b9df86c24611b723073236 (patch) | |
tree | f76ea279d1f2b3299d96430ba4d22dfa8f366449 /system/lib/libcxx | |
parent | ed9b24c6844c70cee2540a4f1ce60795a7d64f03 (diff) | |
parent | cba66bcb2ae87140d43b85c64a5a8f14fb9fab8a (diff) |
Merge pull request #312 from SiggyBar/incoming
Misc fixes for Windows.
Diffstat (limited to 'system/lib/libcxx')
-rw-r--r-- | system/lib/libcxx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/lib/libcxx/Makefile b/system/lib/libcxx/Makefile index 01d8dbf3..98a5974d 100644 --- a/system/lib/libcxx/Makefile +++ b/system/lib/libcxx/Makefile @@ -1,5 +1,4 @@ OBJECTS = \ - locale.bc \ algorithm.bc \ condition_variable.bc \ future.bc \ @@ -20,6 +19,7 @@ OBJECTS = \ chrono.bc \ exception.bc \ ios.bc \ + locale.bc \ regex.bc \ strstream.bc \ typeinfo.bc |