Skip to content

Commit

Permalink
Fix again libconfuse
Browse files Browse the repository at this point in the history
  • Loading branch information
fjtrujy committed Jul 8, 2024
1 parent 2a0d2a3 commit 4ff815e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ ps2_drivers/
SIOCookie/
ps2stuff/
ps2gl/
libconfuse/
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ libconfuse:
rm -rf $@
git clone --depth 1 -b v3.3 https://github.com/libconfuse/libconfuse
cd $@ && ./autogen.sh
cd $@ && CFLAGS_FOR_TARGET="-G0 -O2 -gdwarf-2 -gz" ./configure --host=mips64r5900el-ps2-elf --prefix=$(PS2DEV)/portlibs/ps2 --disable-shared --disable-examples
cd $@ && CFLAGS_FOR_TARGET="-G0 -O2 -gdwarf-2 -gz" ./configure --host=mips64r5900el-ps2-elf --prefix=${PS2SDK}/ports --disable-shared --disable-examples
$(MAKE) -C $@ all
$(MAKE) -C $@ install
$(MAKE) -C $@ clean
Expand Down

0 comments on commit 4ff815e

Please sign in to comment.