reduce a bit of code duplication

pull/934/head
Jesse Vincent 4 years ago
parent de062ea897
commit 5bea41f630
No known key found for this signature in database
GPG Key ID: CC228463465E40BC

@ -357,9 +357,8 @@ prepare_ccache () {
compile () { compile () {
find_sketch find_sketch
build_version build_version
build_paths prepare_ccache
build_filenames build_filenames
enable_ccache
install -d "${OUTPUT_PATH}" install -d "${OUTPUT_PATH}"

Loading…
Cancel
Save