mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-13 01:14:56 +00:00
With the new CMake file structure, no need to dive into "src"
This commit is contained in:
2
build.sh
2
build.sh
@@ -59,8 +59,6 @@ case "${ostype}" in
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
cd src
|
|
||||||
|
|
||||||
cmake ${build_flags} ${extra_enable} -D CMAKE_BUILD_TYPE=${build_type} -B build_${ostype} ||\
|
cmake ${build_flags} ${extra_enable} -D CMAKE_BUILD_TYPE=${build_type} -B build_${ostype} ||\
|
||||||
{ echo "CMake failed."; exit 1; }
|
{ echo "CMake failed."; exit 1; }
|
||||||
cmake --build build_${ostype} ||\
|
cmake --build build_${ostype} ||\
|
||||||
|
|||||||
Reference in New Issue
Block a user