Skip to content

Commit 250050c

Browse files
committed
Fix path on android
1 parent 5d31f05 commit 250050c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmake/yup_modules.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -719,6 +719,8 @@ function (yup_add_module module_path modules_definitions module_group)
719719
_yup_module_get_upstream_path ("${module_name}" "${module_path}" module_upstream_path)
720720
if (module_upstream_path)
721721
list (APPEND module_include_paths "${module_upstream_path}")
722+
else()
723+
list (APPEND module_include_paths "${CMAKE_BINARY_DIR}/externals/${module_name}/upstream")
722724
endif()
723725
endif()
724726

0 commit comments

Comments
 (0)