Skip to content

Commit 6444cf9

Browse files
authored
Merge pull request #34 from 99degree/master
debugcc static build fix
2 parents c04bc12 + d14234f commit 6444cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ debugcc_srcs += configure_file(
6060

6161
executable('debugcc',
6262
debugcc_srcs,
63-
c_args : '-Wl,-static,-static-libgcc',
63+
link_args: ['-static','-static-libgcc'],
6464
install: true)

0 commit comments

Comments
 (0)