copy freetype from buildtools dir

This commit is contained in:
Daryl Borth 2020-10-06 13:01:34 -06:00
parent ed8b54b721
commit 15e73c6520
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

@ -39,6 +39,7 @@ SHAREDFLAGS = -g -O3 -Wall $(MACHDEP) $(INCLUDE) `freetype-config --cflags` \
CFLAGS = $(SHAREDFLAGS) -Wno-incompatible-pointer-types
CXXFLAGS = $(SHAREDFLAGS) -Wno-catch-value -Wno-class-memaccess
LDFLAGS = -g $(MACHDEP) -Wl,-Map,$(notdir $@).map
LDFLAGS += -L../buildtools
#---------------------------------------------------------------------------------
# any extra libraries we wish to link with the project

View File

@ -39,6 +39,7 @@ SHAREDFLAGS = -g -O3 -Wall $(MACHDEP) $(INCLUDE) `freetype-config --cflags` \
CFLAGS = $(SHAREDFLAGS) -Wno-incompatible-pointer-types
CXXFLAGS = $(SHAREDFLAGS) -Wno-catch-value -Wno-class-memaccess
LDFLAGS = -g $(MACHDEP) -Wl,-Map,$(notdir $@).map
LDFLAGS += -L../buildtools
#---------------------------------------------------------------------------------
# any extra libraries we wish to link with the project