Skip to content

Commit

Permalink
Fix: src/meson.build style
Browse files Browse the repository at this point in the history
  • Loading branch information
yukiteruamano committed Feb 8, 2024
1 parent 03b6a4e commit e94fcd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ elif (host_system == 'freebsd' or host_system == 'netbsd' or
cflags += ['-DHAS_KQUEUE']
elif host_system == 'openbsd'
cflags += ['-DHAS_KQUEUE']
deps += [dependency('epoxy', required: true)]
deps += [dependency('epoxy', required: true)]
endif

subdir('backend')
Expand Down

0 comments on commit e94fcd4

Please sign in to comment.