Skip to content

Commit

Permalink
Merge pull request #96 from dabing1022/fix_lib_name
Browse files Browse the repository at this point in the history
Fix lib name
  • Loading branch information
su350380433 authored Jan 14, 2021
2 parents 6834126 + 15f4924 commit b046429
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def build_static_library_for_ios(output)

# if is_debug_model
libs = (ios_architectures + ios_architectures_sim) .map do |arch|
library = "build-#{arch}/lib#{target_name}.a"
library = "build-#{arch}/lib#{@spec.name}.a"
library
end
# else
Expand Down

0 comments on commit b046429

Please sign in to comment.