copy freetype from buildtools dir

This commit is contained in:
Daryl Borth 2020-10-06 13:00:57 -06:00
parent 90ab240696
commit a9714f6fe9
3 changed files with 2 additions and 6 deletions

View File

@ -13,12 +13,6 @@ jobs:
with:
submodules: true
- name: Copy build files
run: |
cp -r libfreetype.a /opt/devkitpro/portlibs/ppc/lib/
cp -r libfreetype.la /opt/devkitpro/portlibs/ppc/lib/
working-directory: ./buildtools
- name: Build
run: |
make -j2

View File

@ -41,6 +41,7 @@ CFLAGS = -g -O3 -Wall $(MACHDEP) $(INCLUDE) `freetype-config --cflags` \
-Wno-memset-elt-size -Wno-attributes -Wno-tautological-compare
CXXFLAGS = $(CFLAGS) -Wno-reorder
LDFLAGS = -g $(MACHDEP) -Wl,-Map,$(notdir $@).map
LDFLAGS += -L../buildtools
#---------------------------------------------------------------------------------
# any extra libraries we wish to link with

View File

@ -41,6 +41,7 @@ CFLAGS = -g -O3 -Wall $(MACHDEP) $(INCLUDE) `freetype-config --cflags` \
-Wno-memset-elt-size -Wno-attributes -Wno-tautological-compare
CXXFLAGS = $(CFLAGS) -Wno-reorder
LDFLAGS = -g $(MACHDEP) -Wl,-Map,$(notdir $@).map
LDFLAGS += -L../buildtools
#---------------------------------------------------------------------------------
# any extra libraries we wish to link with