Skip to content

Commit da40726

Browse files
committed
fix: change name
1 parent ef06690 commit da40726

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-native/ReactAndroid/cmake-utils/ReactNative-application.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ target_compile_options(common_flags INTERFACE ${folly_FLAGS})
9292
# If project is on RN CLI v9, then we can use the following lines to link against the autolinked 3rd party libraries.
9393
if(EXISTS ${PROJECT_BUILD_DIR}/generated/autolinking/src/main/jni/Android-autolinking.cmake)
9494
include(${PROJECT_BUILD_DIR}/generated/autolinking/src/main/jni/Android-autolinking.cmake)
95-
target_link_libraries(${CMAKE_PROJECT_NAME} ${AUTOLINKED_LIBRARIES} ${PREBUILT_LIBRARIES})
95+
target_link_libraries(${CMAKE_PROJECT_NAME} ${AUTOLINKED_LIBRARIES} ${PREFAB_LIBRARIES})
9696
foreach(autolinked_library ${AUTOLINKED_LIBRARIES})
9797
target_link_libraries(${autolinked_library} common_flags)
9898
endforeach()

0 commit comments

Comments
 (0)