We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9b92a7 commit 6697d38Copy full SHA for 6697d38
extension/android/CMakeLists.txt
@@ -27,7 +27,7 @@ endif()
27
set(FBJNI_AAR_URL https://repo1.maven.org/maven2/com/facebook/fbjni/fbjni/${FBJNI_VERSION}/fbjni-${FBJNI_VERSION}.aar)
28
set(FBJNI_DOWNLOAD_PATH ${CMAKE_CURRENT_BINARY_DIR}/third-party/fbjni/fbjni.aar)
29
30
-if (NOT EXISTS "${FBJNI_DOWNLOAD_PATH}")
+if(NOT EXISTS "${FBJNI_DOWNLOAD_PATH}")
31
file(DOWNLOAD "${FBJNI_AAR_URL}" "${FBJNI_DOWNLOAD_PATH}")
32
endif()
33
0 commit comments