Skip to content

Commit

Permalink
fix order pt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
kabiroberai committed Nov 18, 2024
1 parent 85083fe commit 0034fa9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ SUPERLIBS_LIB_AUTOGEN_FILES := $(addprefix $($(CURR_LIB)_DIR)/,$($(CURR_LIB)_AUT
SUPERLIBS_LIB_AUTOGEN_STAMP := $(SUPERLIBS_LIB_STAMPS_DIR)/autogen.stamp
SUPERLIBS_LIB_XCFRAMEWORK := $(OUTPUT_DIR)/$(CURR_LIB).xcframework

build-lib: $(SUPERLIBS_LIB_AUTOGEN_STAMP) $(SUPERLIBS_LIB_XCFRAMEWORK)
build-lib: $(SUPERLIBS_LIB_AUTOGEN_STAMP)
@+$(MAKE) $(SUPERLIBS_MAKEFLAGS) $(SUPERLIBS_LIB_XCFRAMEWORK)

$(SUPERLIBS_LIB_AUTOGEN_STAMP): $(SUPERLIBS_LIB_AUTOGEN_FILES)
@rm -rf $@.tmp
Expand Down Expand Up @@ -187,7 +188,7 @@ export CFLAGS = $($(CURR_PLATFORM)_CFLAGS) $($(CURR_LIB)_CFLAGS) -fapplication-e
export LDFLAGS = -fapplication-extension
export PKG_CONFIG_PATH = $(SUPERLIBS_ARCH_PREFIX)/lib/pkgconfig

$(SUPERLIBS_ARCH_CONFIG_STAMP): $(SUPERLIBS_LIB_AUTOGEN_STAMP)
$(SUPERLIBS_ARCH_CONFIG_STAMP): $(SUPERLIBS_LIB_AUTOGEN_FILES)
@rm -rf $@.tmp
@mkdir -p $(dir $@)
@touch $@.tmp
Expand Down

0 comments on commit 0034fa9

Please sign in to comment.