diff options
author | David Storch <david.storch@10gen.com> | 2016-02-09 17:41:07 -0500 |
---|---|---|
committer | David Storch <david.storch@10gen.com> | 2016-02-16 12:57:15 -0500 |
commit | 22c684d6f89c01914c53441abd95d6913831cc96 (patch) | |
tree | e425dd9dc29f43e0470d4bd5dec631e013c18d1f /src/third_party/shim_icu.cpp | |
parent | f7414114d89d7c07ee1f2282290897ddbd27985c (diff) | |
download | mongo-22c684d6f89c01914c53441abd95d6913831cc96.tar.gz |
SERVER-22371 initial implementation of ICU build system integration
To build ICU with scons:
- Run ./src/third_party/scripts/icu_get_sources.sh to download ICU
sources into the third_party directory.
- Build $BUILD_DIR/third_party/shim_icu with the --icu=on flag.
Diffstat (limited to 'src/third_party/shim_icu.cpp')
-rw-r--r-- | src/third_party/shim_icu.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/third_party/shim_icu.cpp b/src/third_party/shim_icu.cpp new file mode 100644 index 00000000000..c1c296e27ca --- /dev/null +++ b/src/third_party/shim_icu.cpp @@ -0,0 +1,2 @@ +// This file intentionally blank. shim_icu.cpp is part of the third_party/icu library, which is +// just a placeholder for forwarding library dependencies. |