Skip to content

Commit

Permalink
THRIFT-1735 do nothing when building with MINGW
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1401897 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
bufferoverflow committed Oct 24, 2012
1 parent 585b7b8 commit f168e0a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tutorial/Makefile.am
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@


SUBDIRS = SUBDIRS =


if MINGW
# do nothing, just build the compiler
else

if WITH_CPP if WITH_CPP
SUBDIRS += cpp SUBDIRS += cpp
endif endif
Expand Down Expand Up @@ -54,3 +58,5 @@ endif
# #
all-local: all-local:
$(top_builddir)/compiler/cpp/thrift --gen html -r $(top_srcdir)/tutorial/tutorial.thrift $(top_builddir)/compiler/cpp/thrift --gen html -r $(top_srcdir)/tutorial/tutorial.thrift

endif

0 comments on commit f168e0a

Please sign in to comment.