Skip to content

Commit

Permalink
Merge pull request #498 from jeroen/master
Browse files Browse the repository at this point in the history
Remove redundant rules to fix arm64 build
  • Loading branch information
gagolews authored Oct 18, 2023
2 parents 19bea48 + 1f5aae8 commit 20dfcfd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Makevars.win
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,8 @@ $(SHLIB): $(OBJECTS) libicu_common.a libicu_i18n.a libicu_stubdata.a
PKG_LIBS=-L. -licu_common -licu_i18n -licu_stubdata

libicu_common.a: $(ICU_COMMON_OBJECTS)
$(AR) rcs -o libicu_common.a $(ICU_COMMON_OBJECTS)

libicu_i18n.a: $(ICU_I18N_OBJECTS)
$(AR) rcs -o libicu_i18n.a $(ICU_I18N_OBJECTS)

libicu_stubdata.a: $(ICU_STUBDATA_OBJECTS)
$(AR) rcs -o libicu_stubdata.a $(ICU_STUBDATA_OBJECTS)

0 comments on commit 20dfcfd

Please sign in to comment.