Skip to content

Commit ca75a06

Browse files
committed
Add libpal dependency to unity tool
1 parent 9ed2e1e commit ca75a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/unity/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ configure_file(
3939
amast_exe = executable(
4040
'amast-unity',
4141
['unity.c', str_src],
42-
dependencies : [libassert_dep],
42+
dependencies : [libassert_dep, libpal_dep],
4343
c_args: ['-std=gnu99', '-ggdb', '-fno-lto'],
4444
include_directories: libs_inc
4545
)

0 commit comments

Comments
 (0)