Skip to content

Commit

Permalink
meson: define P_LOCALE
Browse files Browse the repository at this point in the history
  • Loading branch information
CoffeeFlux committed Jan 16, 2021
1 parent b8d1864 commit bec44ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ else
endif
docdir = prefix / 'doc'
dataroot = datadir / 'aegisub'
add_project_arguments('-DP_DATA="@0@"'.format(dataroot), language: 'cpp')
add_project_arguments('-DP_DATA="@0@"'.format(dataroot), '-DP_LOCALE="@0@"'.format(localedir), language: 'cpp')

if host_machine.system() == 'windows'
add_project_arguments('-DNOMINMAX', '-D_WIN32_WINNT=0x0601', language: 'cpp')
Expand Down

0 comments on commit bec44ea

Please sign in to comment.