diff --git a/meson.build b/meson.build index c2a6af8b..c12e88c4 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,6 @@ project('mkxp-z', 'cpp', version: '1.0') xxd = find_program('xxd') host_system = host_machine.system() compiler = meson.get_compiler('cpp') -static = get_option('static') if get_option('workdir_current') == true add_project_arguments('-DWORKDIR_CURRENT', language: 'cpp')