I am a fool

This commit is contained in:
Inori 2019-07-29 08:38:48 -04:00
parent 3313b87029
commit 82d4a81f32

View file

@ -8,7 +8,7 @@ if get_option('workdir_current') == true
add_project_arguments('-DWORKDIR_CURRENT', language: 'cpp')
endif
add_project_arguments('-D' + get_option('binding').to_upper(), language: 'cpp')
add_project_arguments('-DBINDING_' + get_option('binding').to_upper(), language: 'cpp')
subdir('src')
subdir(binding_dir)