Re-instate TARGET_OS=linux in configure.ac. Removed by 351abf9e035.

This commit is contained in:
randy-waterhouse 2016-04-26 19:43:14 +12:00 committed by Jack Grigg
parent c278705510
commit f5d8c93380
1 changed files with 1 additions and 0 deletions

View File

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