mirror of
https://github.com/dborth/fceugx.git
synced 2024-11-01 06:55:05 +01:00
copy freetype from buildtools dir
This commit is contained in:
parent
ed8b54b721
commit
15e73c6520
@ -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
|
||||||
|
@ -39,6 +39,7 @@ SHAREDFLAGS = -g -O3 -Wall $(MACHDEP) $(INCLUDE) `freetype-config --cflags` \
|
|||||||
CFLAGS = $(SHAREDFLAGS) -Wno-incompatible-pointer-types
|
CFLAGS = $(SHAREDFLAGS) -Wno-incompatible-pointer-types
|
||||||
CXXFLAGS = $(SHAREDFLAGS) -Wno-catch-value -Wno-class-memaccess
|
CXXFLAGS = $(SHAREDFLAGS) -Wno-catch-value -Wno-class-memaccess
|
||||||
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 the project
|
# 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
|
CFLAGS = $(SHAREDFLAGS) -Wno-incompatible-pointer-types
|
||||||
CXXFLAGS = $(SHAREDFLAGS) -Wno-catch-value -Wno-class-memaccess
|
CXXFLAGS = $(SHAREDFLAGS) -Wno-catch-value -Wno-class-memaccess
|
||||||
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 the project
|
# any extra libraries we wish to link with the project
|
||||||
|
Loading…
Reference in New Issue
Block a user