From 714dfc97f5c20f5b56ec9b5131603e87e06a1f72 Mon Sep 17 00:00:00 2001 From: "T. Joseph Carter" Date: Tue, 24 Mar 2015 10:49:46 -0700 Subject: [PATCH] Remove an include that isn't ready --- libretro-build-common.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/libretro-build-common.sh b/libretro-build-common.sh index 1f80f313..a52c9905 100755 --- a/libretro-build-common.sh +++ b/libretro-build-common.sh @@ -4,7 +4,6 @@ . "$BASE_DIR/script-modules/fetch-rules.sh" . "$BASE_DIR/script-modules/cpu.sh" . "$BASE_DIR/script-modules/modules.sh" -. "$BASE_DIR/script-modules/build-tools.sh" . "$BASE_DIR/rules.d/core-rules.sh"