fix (build-system): fixed cmake build & source directory

This commit is contained in:
antifallobst 2023-04-18 16:24:01 +02:00
parent c1083f9c8a
commit d9c3b4060b
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ check_toolchain() {
kernel_build() {
echo " --> Building kernel"
cd build/cmake
cmake ../..
cmake -S ../.. -B .
make
cd ../..
echo ""