Skip to content

Commit

Permalink
Fix typo for cygwin
Browse files Browse the repository at this point in the history
Closes #244
  • Loading branch information
TingPing committed Jan 9, 2024
1 parent 9ea01b8 commit 14b8613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Expand Up @@ -109,7 +109,7 @@ ldflags = cc.get_supported_link_arguments('-Wl,-z,relro', '-Wl,-z,now')
add_project_link_arguments(ldflags, language: 'c')

# Windows compiler options
if host_machine.system() == 'windows' or host_machine.system() == 'cgywin'
if host_machine.system() == 'windows' or host_machine.system() == 'cygwin'
win_cflags = cc.get_supported_arguments(
'-mms-bitfields', '-mwin32', '-mwindows')
add_project_arguments(win_cflags, language: 'c')
Expand Down

0 comments on commit 14b8613

Please sign in to comment.