diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-12-12 19:35:22 +0100 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-12-12 19:39:00 +0100 |
commit | 50ce5735d6a55d3993a027fdc2a145fe4c2c723a (patch) | |
tree | 53998df3da7a0341f469f1281b127825acf70ce8 | |
parent | a4b43645aa44de82bf76a04656030593480b5f70 (diff) |
LevelDB: build_detect_platform fix NATIVE_WINDOWS indentation
- fix some indentation issues
-rwxr-xr-x | src/leveldb/build_detect_platform | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/leveldb/build_detect_platform b/src/leveldb/build_detect_platform index b16a3aae7c..566d1f83a4 100755 --- a/src/leveldb/build_detect_platform +++ b/src/leveldb/build_detect_platform @@ -119,15 +119,15 @@ case "$TARGET_OS" in PLATFORM_EXTRALIBS="-lboost_system-mt-s -lboost_filesystem-mt-s -lboost_thread_win32-mt-s" CROSS_COMPILE=true ;; - NATIVE_WINDOWS) + NATIVE_WINDOWS) PLATFORM=OS_WINDOWS COMMON_FLAGS="-fno-builtin-memcmp -D_REENTRANT -DOS_WINDOWS -DLEVELDB_PLATFORM_WINDOWS -DBOOST_THREAD_USE_LIB" PLATFORM_CXXFLAGS="" PLATFORM_LDFLAGS="" PLATFORM_SHARED_CFLAGS="" PLATFORM_SOURCES="port/port_win.cc util/env_boost.cc util/win_logger.cc" - PLATFORM_EXTRALIBS="-lboost_system-mgw45-mt-s-1_50 -lboost_filesystem-mgw45-mt-s-1_50 -lboost_thread-mgw45-mt-s-1_50 -lboost_chrono-mgw45-mt-s-1_50" - CROSS_COMPILE=true + PLATFORM_EXTRALIBS="-lboost_system-mgw45-mt-s-1_50 -lboost_filesystem-mgw45-mt-s-1_50 -lboost_thread-mgw45-mt-s-1_50 -lboost_chrono-mgw45-mt-s-1_50" + CROSS_COMPILE=true ;; *) echo "Unknown platform!" >&2 |