Browse Source

fixed a typo

contriteobserver 4 years ago
parent
commit
74b70cad79
1 changed files with 1 additions and 1 deletions
  1. 1 1
      port/AndroidJNI/CMakeLists.txt

+ 1 - 1
port/AndroidJNI/CMakeLists.txt

@@ -5,7 +5,7 @@ include_directories(./../../)
 add_library( # Defines the name of the library.
 add_library( # Defines the name of the library.
              android_jniiosystem 
              android_jniiosystem 
 
 
-             # Implements a shared library.
+             # Implements a static library.
              STATIC 
              STATIC 
 
 
              # relative path to source file(s).
              # relative path to source file(s).