mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
qb: Move BUILD_DIRS to the correct function.
This commit is contained in:
parent
04af898fe5
commit
0dbfd721b3
1 changed files with 1 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue