From 5421541208e743b45a826653d84bf5fd260b37a0 Mon Sep 17 00:00:00 2001 From: Curle <42079760+TheCurle@users.noreply.github.com> Date: Fri, 16 Oct 2020 23:28:02 +0100 Subject: [PATCH] Comment out the post-build script. More preparation for build server. --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 141b7df..274bf14 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -55,6 +55,6 @@ target_link_options(kernel PRIVATE -T linker.ld -ffreestanding -O2 -nostdlib -no add_custom_command( TARGET kernel - POST_BUILD - COMMAND bash post.sh -) \ No newline at end of file +# POST_BUILD +# COMMAND bash post.sh +)