diff options
Diffstat (limited to 'system/lib')
-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 |