This is a cherry-pick of 89c844d back to 0.12.

=====

Re-instate TARGET_OS=linux in configure.ac. Removed by 351abf9e035.
This commit is contained in:
Johnathan Corgan 2016-06-08 06:41:03 -07:00
parent 932aedd99a
commit 9462e791b7

View File

@ -336,6 +336,7 @@ case $host in
OBJCXXFLAGS="$CXXFLAGS"
;;
*linux*)
TARGET_OS=linux
LEVELDB_TARGET_FLAGS="-DOS_LINUX"
;;
*)