From a75dac2e620cb1cfc2d7e73fe3c784b70be1d99b Mon Sep 17 00:00:00 2001 From: Michael Gene Brockus <55331536+troglobyte-coder@users.noreply.github.com> Date: Sun, 3 Jul 2022 07:31:43 -0700 Subject: [PATCH] fix typo --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 9725d46f8..80621d577 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('Ray Lib', 'c', defualt_options: 'c_std=c11') +project('Ray Lib', 'c', default_options: 'c_std=c11') glfw_dep = dependency('glfw')