Skip to content

Commit

Permalink
Windows: fix linking order for R-4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed May 6, 2024
1 parent 615a0a1 commit 1884079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makevars.win
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ all: $(SHLIB)

$(SHLIB): $(OBJECTS) libicu_common.a libicu_i18n.a libicu_stubdata.a

PKG_LIBS=-L. -licu_stubdata -licu_common -licu_i18n
PKG_LIBS=-L. -licu_i18n -licu_common -licu_stubdata

libicu_common.a: $(ICU_COMMON_OBJECTS)

Expand Down

0 comments on commit 1884079

Please sign in to comment.