Permalink
Browse files

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

  • Loading branch information...
1 parent 351abf9 commit 89c844df14046a114bebec959bd9e188bf8ba21b @randy-waterhouse randy-waterhouse committed Apr 26, 2016
Showing with 1 addition and 0 deletions.
  1. +1 −0 configure.ac
View
@@ -354,6 +354,7 @@ case $host in
OBJCXXFLAGS="$CXXFLAGS"
;;
*linux*)
+ TARGET_OS=linux
LEVELDB_TARGET_FLAGS="-DOS_LINUX"
;;
*)

0 comments on commit 89c844d

Please sign in to comment.