mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-23 19:19:22 +01:00
copy freetype from buildtools dir
This commit is contained in:
parent
3f0e3a6b90
commit
d4397bf6a5
@ -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
|
||||
|
@ -39,6 +39,7 @@ CFLAGS = -g -O3 -Wall $(MACHDEP) $(INCLUDE) `freetype-config --cflags` \
|
||||
CXXFLAGS = $(CFLAGS)
|
||||
|
||||
LDFLAGS = -g $(MACHDEP) -Wl,-Map,$(notdir $@).map
|
||||
LDFLAGS += -L../buildtools
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
# any extra libraries we wish to link with the project
|
||||
|
@ -39,6 +39,7 @@ CFLAGS = -g -O3 -Wall $(MACHDEP) $(INCLUDE) `freetype-config --cflags` \
|
||||
CXXFLAGS = $(CFLAGS)
|
||||
|
||||
LDFLAGS = -g $(MACHDEP) -Wl,-Map,$(notdir $@).map
|
||||
LDFLAGS += -L../buildtools
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
# any extra libraries we wish to link with the project
|
||||
|
Loading…
Reference in New Issue
Block a user