mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
17 lines
701 B
Diff
17 lines
701 B
Diff
diff --git a/libretro-config.sh b/libretro-config.sh
|
|
index 336efd18..02991866 100644
|
|
--- a/libretro-config.sh
|
|
+++ b/libretro-config.sh
|
|
@@ -986,6 +986,11 @@ case "$platform" in
|
|
FORMAT_COMPILER_TARGET="unix-armv7-hardfloat-neon"
|
|
DIST_DIR="unix"
|
|
;;
|
|
+ miyoo)
|
|
+ FORMAT_EXT="so"
|
|
+ FORMAT_COMPILER_TARGET="miyoo"
|
|
+ DIST_DIR="unix"
|
|
+ ;;
|
|
*)
|
|
BINARY_EXT=""
|
|
FORMAT_COMPILER_TARGET="unix"
|