makefile: do not specify .exe when calling pkg-config
This commit is contained in:
@@ -543,7 +543,7 @@ CFLAGS := $(WX_FLAGS) $(OPTS) $(DFLAGS) $(COPTIM) $(AOPTIM) \
|
|||||||
-fno-strict-aliasing
|
-fno-strict-aliasing
|
||||||
|
|
||||||
# Add freetyp2 references through pkgconfig
|
# Add freetyp2 references through pkgconfig
|
||||||
CFLAGS := $(CFLAGS) `pkg-config.exe --cflags freetype2`
|
CFLAGS := $(CFLAGS) `pkg-config --cflags freetype2`
|
||||||
|
|
||||||
CXXFLAGS := $(CFLAGS)
|
CXXFLAGS := $(CFLAGS)
|
||||||
|
|
||||||
|
@@ -549,7 +549,7 @@ CFLAGS := $(WX_FLAGS) $(OPTS) $(DFLAGS) $(COPTIM) $(AOPTIM) \
|
|||||||
-fno-strict-aliasing
|
-fno-strict-aliasing
|
||||||
|
|
||||||
# Add freetyp2 references through pkgconfig
|
# Add freetyp2 references through pkgconfig
|
||||||
CFLAGS := $(CFLAGS) `pkg-config.exe --cflags freetype2`
|
CFLAGS := $(CFLAGS) `pkg-config --cflags freetype2`
|
||||||
|
|
||||||
CXXFLAGS := $(CFLAGS)
|
CXXFLAGS := $(CFLAGS)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user