mirror of
https://github.com/dborth/fceugx.git
synced 2024-10-31 22:45:05 +01:00
copy freetype from buildtools dir
This commit is contained in:
parent
ed8b54b721
commit
15e73c6520
@ -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 @@ 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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user