Permalink
Browse files

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

=====

Re-instate TARGET_OS=linux in configure.ac. Removed by 351abf9.
  • Loading branch information...
1 parent 932aedd commit 9462e791b7decf5ec48974517e7b5aa330e6324b @jmcorgan jmcorgan committed Jun 8, 2016
Showing with 1 addition and 0 deletions.
  1. +1 −0 configure.ac
View
@@ -336,6 +336,7 @@ case $host in
OBJCXXFLAGS="$CXXFLAGS"
;;
*linux*)
+ TARGET_OS=linux
LEVELDB_TARGET_FLAGS="-DOS_LINUX"
;;
*)

0 comments on commit 9462e79

Please sign in to comment.