Comment out the post-build script.

More preparation for build server.
This commit is contained in:
Curle 2020-10-16 23:28:02 +01:00 committed by Curle
parent b9b1cb4337
commit 5421541208
Signed by: TheCurle
GPG Key ID: 5942F13718443F79

View File

@ -55,6 +55,6 @@ target_link_options(kernel PRIVATE -T linker.ld -ffreestanding -O2 -nostdlib -no
add_custom_command( add_custom_command(
TARGET kernel TARGET kernel
POST_BUILD # POST_BUILD
COMMAND bash post.sh # COMMAND bash post.sh
) )