Fixing \\ -> \\\\

This commit is contained in:
sergiotarxz 2022-06-30 10:22:55 +02:00
parent 0491f28146
commit fbd68dcb9d
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ compiler = meson.get_compiler('c')
ws = '/'
if compiler.has_header('windows.h')
ws = '\\'
ws = '\\\\'
endif
vapidir = meson.project_source_root() / 'vapi'