Skip to content
This repository has been archived by the owner on Apr 18, 2022. It is now read-only.

Commit

Permalink
Fix some makefile issues preventing packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicMastr committed Nov 3, 2020
1 parent 9f6f59f commit 3ab80ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ install: lib$(LIB).a
@cp -r include/GLES2 $(DESTDIR)$(PREFIX)/include/
@cp -r include/KHR $(DESTDIR)$(PREFIX)/include/
@mkdir -p combine
@cp $(DESTDIR)$(PREFIX)/lib/liblibScePiglet_stub.a combine
@cp $(DESTDIR)$(PREFIX)/lib/libSceShaccCg_stub.a combine
@cp $(DESTDIR)$(PREFIX)/lib/libtaihen_stub.a combine
@cp $(PREFIX)/lib/liblibScePiglet_stub.a combine
@cp $(PREFIX)/lib/libSceShaccCg_stub.a combine
@cp $(PREFIX)/lib/libtaihen_stub.a combine
@cp libpib.a combine
@cd combine && $(AR) -x liblibScePiglet_stub.a
@cd combine && $(AR) -x libSceShaccCg_stub.a
Expand Down

0 comments on commit 3ab80ad

Please sign in to comment.