Skip to content

Commit

Permalink
Fixed Xcode 12 warnings when building xcframeworks.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 365945547
  • Loading branch information
tomball authored and copybara-github committed Mar 31, 2021
1 parent 9d9ff05 commit 3a70244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/framework.mk
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ framework: dist $(FRAMEWORK_DIR) resources
$(FRAMEWORK_DIR): $(STATIC_LIBRARY) $(FRAMEWORK_HEADER) $(MODULE_MAP)
@echo building $(FRAMEWORK_NAME) framework
@$(J2OBJC_ROOT)/scripts/gen_xcframework.sh $(FRAMEWORK_DIR) \
$(BUILD_DIR)/[aimsw]*/lib$(STATIC_LIBRARY_NAME).a;
$(BUILD_DIR)/objs-*/lib$(STATIC_LIBRARY_NAME).a;
@mkdir -p $(FRAMEWORK_DIR)/Versions/A/Headers
@/bin/ln -sfh A $(FRAMEWORK_DIR)/Versions/Current
@/bin/ln -sfh Versions/Current/Headers $(FRAMEWORK_DIR)/Headers
Expand Down

0 comments on commit 3a70244

Please sign in to comment.