From 3c5128f0fada47b8d7a78bef8776762ec6f35df5 Mon Sep 17 00:00:00 2001 From: "T. Joseph Carter" Date: Thu, 5 Mar 2015 20:50:49 -0800 Subject: [PATCH] This got left out of my last commit --- libretro-build-common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro-build-common.sh b/libretro-build-common.sh index 36b1940f..d5027869 100755 --- a/libretro-build-common.sh +++ b/libretro-build-common.sh @@ -294,7 +294,7 @@ libretro_build_core() { core_build_platform="${core_build_platform:-$FORMAT_COMPILER_TARGET}$opengl_type" echo "Building ${1}..." - $core_build_rule $1 + build_makefile $1 ;; none)