Skip to content

Commit 2d5af72

Browse files
BRN Sourcetree (#13)
Related to BabylonJS/BabylonReactNative#665
1 parent f7ed149 commit 2d5af72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ FetchContent_MakeAvailable(CMakeExtensions)
1717

1818
project(AndroidExtensions)
1919

20-
if(NOT ANDROID)
20+
if(NOT ANDROID AND NOT BABYLON_NATIVE_BUILD_SOURCETREE)
2121
message(FATAL_ERROR "This project can only build for Android")
2222
endif()
2323

0 commit comments

Comments
 (0)