fixed a typo

This commit is contained in:
contriteobserver 2021-02-01 23:44:57 -08:00
parent 800d5c23c3
commit 74b70cad79
1 changed files with 1 additions and 1 deletions

View File

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