mirror of
https://github.com/dborth/vbagx.git
synced 2024-12-27 11:11:50 +01:00
copy freetype from buildtools dir
This commit is contained in:
parent
90ab240696
commit
a9714f6fe9
@ -13,12 +13,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: true
|
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
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
make -j2
|
make -j2
|
||||||
|
@ -41,6 +41,7 @@ CFLAGS = -g -O3 -Wall $(MACHDEP) $(INCLUDE) `freetype-config --cflags` \
|
|||||||
-Wno-memset-elt-size -Wno-attributes -Wno-tautological-compare
|
-Wno-memset-elt-size -Wno-attributes -Wno-tautological-compare
|
||||||
CXXFLAGS = $(CFLAGS) -Wno-reorder
|
CXXFLAGS = $(CFLAGS) -Wno-reorder
|
||||||
LDFLAGS = -g $(MACHDEP) -Wl,-Map,$(notdir $@).map
|
LDFLAGS = -g $(MACHDEP) -Wl,-Map,$(notdir $@).map
|
||||||
|
LDFLAGS += -L../buildtools
|
||||||
|
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
# any extra libraries we wish to link with
|
# any extra libraries we wish to link with
|
||||||
|
@ -41,6 +41,7 @@ CFLAGS = -g -O3 -Wall $(MACHDEP) $(INCLUDE) `freetype-config --cflags` \
|
|||||||
-Wno-memset-elt-size -Wno-attributes -Wno-tautological-compare
|
-Wno-memset-elt-size -Wno-attributes -Wno-tautological-compare
|
||||||
CXXFLAGS = $(CFLAGS) -Wno-reorder
|
CXXFLAGS = $(CFLAGS) -Wno-reorder
|
||||||
LDFLAGS = -g $(MACHDEP) -Wl,-Map,$(notdir $@).map
|
LDFLAGS = -g $(MACHDEP) -Wl,-Map,$(notdir $@).map
|
||||||
|
LDFLAGS += -L../buildtools
|
||||||
|
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
# any extra libraries we wish to link with
|
# any extra libraries we wish to link with
|
||||||
|
Loading…
Reference in New Issue
Block a user