Browse Source

Java compilation does not compile ut by default

tags/v1.1.0
yeyunpeng 5 years ago
parent
commit
030ee2243e
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      build.sh

+ 2
- 0
build.sh View File

@@ -326,6 +326,8 @@ checkopts()
LITE_LANGUAGE="java"
ENABLE_CONVERTER="off"
ANDROID_STL="c++_static"
RUN_TESTCASES="off"
ENABLE_TOOLS="off"
elif [[ "$OPTARG" == "object-c" ]]; then
LITE_LANGUAGE="object-c"
else


Loading…
Cancel
Save