Comment out the post-build script.
More preparation for build server.
This commit is contained in:
parent
b9b1cb4337
commit
5421541208
|
@ -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
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user