platform/vfs.c: allow relative paths in configuration

This commit is contained in:
Shiz
2019-12-22 22:38:37 +01:00
parent ad24fe10bb
commit 9137a36a53
3 changed files with 33 additions and 8 deletions

View File

@ -26,6 +26,7 @@ if meson.get_compiler('c').get_id() != 'msvc'
endif
cc = meson.get_compiler('c')
shlwapi_lib = cc.find_library('shlwapi')
dinput8_lib = cc.find_library('dinput8')
dxguid_lib = cc.find_library('dxguid')
xinput_lib = cc.find_library('xinput')