mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-03 13:35:32 +02:00
I am a fool
This commit is contained in:
parent
3313b87029
commit
82d4a81f32
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue