diff options
author | Matt Turner <mattst88@gmail.com> | 2022-03-26 10:47:31 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2022-03-26 10:51:31 -0700 |
commit | 2090940ded023df2a1c0ef8c7dd2cde16a686d7d (patch) | |
tree | ccb78a55093d7957ead627a05f656ff60284129d /meson.build | |
parent | f65c43c05a766ef2e9335367d079b75273d5e53f (diff) |
meson: Fix typo
Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index a39d9a3..25bedac 100644 --- a/meson.build +++ b/meson.build @@ -28,7 +28,7 @@ deps = [ conf = configuration_data() if cc.has_function('shmat') - conf.set('HAVE_SHAMT', true) + conf.set('HAVE_SHMAT', true) endif configure_file( |