Skip to content

Commit

Permalink
Add duktape to iOS static libs when not using JSCore
Browse files Browse the repository at this point in the history
  • Loading branch information
matteblair committed Dec 6, 2018
1 parent 017d067 commit dc1beae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions platforms/ios/config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ set(TANGRAM_STATIC_DEPENDENCIES "\
$<TARGET_FILE:miniz>
"
)
if (NOT TANGRAM_USE_JSCORE)
set(TANGRAM_STATIC_DEPENDENCIES "${TANGRAM_STATIC_DEPENDENCIES} $<TARGET_FILE:duktape>")
endif()

set_target_properties(tangram-static PROPERTIES
XCODE_ATTRIBUTE_CURRENT_PROJECT_VERSION "${TANGRAM_FRAMEWORK_VERSION}"
Expand Down

0 comments on commit dc1beae

Please sign in to comment.