Skip to content

Commit

Permalink
fixup! fixup! Add meson build system support
Browse files Browse the repository at this point in the history
  • Loading branch information
mochaaP committed Sep 19, 2024
1 parent f8fa29f commit 6174ecd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,11 @@ if nolibc
'-fno-stack-protector',
language: 'c',
)
dep += declare_dependency(link_args: ['-nostdlib', '-nodefaultlibs'])
add_project_link_arguments(
'-nostdlib',
'-nodefaultlibs',
language: 'c',
)
endif

zycore_dep = dependency(
Expand Down

0 comments on commit 6174ecd

Please sign in to comment.