Kaydet (Commit) b1e6bdea authored tarafından Jan Holesovsky's avatar Jan Holesovsky

Use the right 'ar' and 'ranlib' when building with MinGW.

üst cde3b5e2
......@@ -1084,8 +1084,8 @@
SPLASHLIBDIR = ../splash
CXXFLAGS = @CXXFLAGS@ @DEFS@ -I.. -I$(GOOSRCDIR) -I$(FOFISRCDIR) -I$(SPLASHSRCDIR) -I$(srcdir) @freetype2_CFLAGS@ @Sgm_CFLAGS@ @Xm_CFLAGS@ @Xt_CFLAGS@ @Xp_CFLAGS@ @Xext_CFLAGS@ @Xpm_CFLAGS@ @t1_CFLAGS@ @libpaper_CFLAGS@ @X_CFLAGS@
+AR = ar rc
+RANLIB = ranlib
+AR = @AR@
+RANLIB = @RANLIB@
LDFLAGS = @LDFLAGS@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment