Skip to content

Commit

Permalink
feat(ohos): fix api11 load second shared library problem
Browse files Browse the repository at this point in the history
  • Loading branch information
sohotz committed May 14, 2024
1 parent df5cf35 commit 0303e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/ohos/src/main/cpp/impl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set(HIPPY_DRIVER_JS_CPP_DIR "${PROJECT_ROOT_DIR}/driver/js")
set(HIPPY_DOM_CPP_DIR "${PROJECT_ROOT_DIR}/dom")
set(HIPPY_VFS_CPP_DIR "${PROJECT_ROOT_DIR}/modules/vfs")

add_library(hippy SHARED
add_library(hippy STATIC #SHARED
"${HIPPY_CPP_DIR}/entry.cc"
)

Expand Down

0 comments on commit 0303e50

Please sign in to comment.