From 0dbfd721b3c95570ba9af8b639e43c799b536656 Mon Sep 17 00:00:00 2001 From: orbea Date: Tue, 14 Jan 2020 20:06:09 -0800 Subject: [PATCH] qb: Move BUILD_DIRS to the correct function. --- qb/qb.libs.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/qb/qb.libs.sh b/qb/qb.libs.sh index 790e729779..9f899dc591 100644 --- a/qb/qb.libs.sh +++ b/qb/qb.libs.sh @@ -28,6 +28,7 @@ add_dirs() shift done eval "${ADD}_DIRS=\"\${${ADD}_DIRS# }\"" + BUILD_DIRS="$INCLUDE_DIRS $LIBRARY_DIRS" } # check_compiler: @@ -45,8 +46,6 @@ check_compiler() TEMP_CODE="$TEMP_C" TEST_C="void $2(void); int main(void) { $2(); return 0; }" fi - - BUILD_DIRS="$INCLUDE_DIRS $LIBRARY_DIRS" } # check_enabled: