Skip to content

Commit

Permalink
Merge pull request #1 from uppfinnarn/master
Browse files Browse the repository at this point in the history
Fixing OSLib not building with a modern toolchain
  • Loading branch information
dogo committed Oct 21, 2013
2 parents 355a551 + 9d6c995 commit f0d1abf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

*.o
.DS_Store
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#PATH := /c/devkitPro/devkitPSP/bin:$(PATH)

STATICLIB = libosl.a
TARGET_LIB = libosl.a
TARGET := OSLib
PSP_FW_VERSION=371

Expand Down Expand Up @@ -174,11 +174,12 @@ SDK_LIBS := -lpspsdk \
-lpsprtc \
-lpspgu -lpspgum \
-lpspaudiolib \
-lpspaudio \
-lpspaudio -lpspaudiocodec \
-lpsppower \
-lpspusb -lpspusbstor \
-lpsputility \
-lpspssl -lpsphttp -lpspwlan
-lpspssl -lpsphttp -lpspwlan \
-lpspnet_adhoc -lpspnet_adhocctl -lpspnet_adhocmatching

EXTERN_LIBS := -lpng -ljpeg \
-lz
Expand Down
Binary file modified libosl.a
Binary file not shown.

0 comments on commit f0d1abf

Please sign in to comment.