Skip to content

Commit

Permalink
Fix the spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Sep 24, 2023
1 parent 4ed8bd1 commit aac887f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makevars.win
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
RWINLIB = ../windows/imagemagick
LIBBUILD = lib${subst gcc ,-,${R_COMPILED_BY}}${R_ARCH}
OLDLIBDIR = lib${subst gcc,,${COMPILED_BY}}${R_ARCH}

PKG_CPPFLAGS = \
-I$(RWINLIB)/include-config${R_ARCH} \
Expand All @@ -8,7 +8,7 @@ PKG_CPPFLAGS = \
PKG_CXXFLAGS = -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -D_LIB

PKG_LIBS = \
-L$(RWINLIB)/$(LIBBUILD) \
-L$(RWINLIB)/$(OLDLIBDIR) \
-L$(RWINLIB)/lib \
-lMagick++-6.Q16 -lMagickWand-6.Q16 -lMagickCore-6.Q16 \
-lraw -lheif -lde265 -lx265 -laom \
Expand Down

0 comments on commit aac887f

Please sign in to comment.