Home
last modified time | relevance | path

Searched refs:TARGET_OS (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/build_tools/
Dbuild_detect_platform92 if test -z "$TARGET_OS"; then
93 TARGET_OS=`uname -s`
129 case "$TARGET_OS" in
541 if ! [ "$TARGET_OS" = FreeBSD -a "$TARGET_ARCHITECTURE" = i386 ]; then
579 elif [ "$TARGET_OS" == "IOS" ]; then
581 elif [ "$TARGET_OS" == "AIX" ] || [ "$TARGET_OS" == "SunOS" ]; then
/rocksdb-6.9/
DINSTALL.md169 …* Run: `TARGET_OS=IOS make static_lib`. When building the project which uses rocksdb iOS library, …