mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-24 14:56:18 +00:00
4f8d2a57e9
* Initial fully buildable/bootable Odin Support * Rework NX-Boot to FAT32 Boot for shared usage between switch and odin * Move shared packages from switch/odin to main packages folder
13 lines
322 B
Diff
13 lines
322 B
Diff
diff -Naur qrtr/Makefile qrtr-2/Makefile
|
|
--- qrtr/Makefile 2022-06-30 10:41:14.266483327 +0200
|
|
+++ qrtr-2/Makefile 2022-06-30 10:42:27.868202658 +0200
|
|
@@ -6,7 +6,7 @@
|
|
CFLAGS := -Wall -g
|
|
LDFLAGS :=
|
|
|
|
-prefix := /usr/local
|
|
+prefix := /usr
|
|
bindir := $(prefix)/bin
|
|
libdir := $(prefix)/lib
|
|
includedir := $(prefix)/include
|