Enable SDK build again by default (seems to work on Travis now)

This commit is contained in:
shadowislord 2014-11-11 19:28:57 -05:00
parent 891ffa175d
commit 54979b33e3

View File

@ -6,7 +6,7 @@ jmeMainVersion = 3.1
jmeVersionTag = snapshot-github
# specify if SDK and Native libraries get built
buildSdkProject = false
buildSdkProject = true
buildNativeProjects = false
buildAutogen = false