Skip to content

Commit

Permalink
This is a cherry-pick of 89c844d back to 0.12.
Browse files Browse the repository at this point in the history
=====

Re-instate TARGET_OS=linux in configure.ac. Removed by 351abf9.
  • Loading branch information
jmcorgan authored and thokon00 committed Jun 28, 2016
1 parent d6843f7 commit 376f4fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ case $host in
OBJCXXFLAGS="$CXXFLAGS"
;;
*linux*)
TARGET_OS=linux
LEVELDB_TARGET_FLAGS="-DOS_LINUX"
;;
*)
Expand Down

0 comments on commit 376f4fc

Please sign in to comment.