platform/vfs.c: allow relative paths in configuration

This commit is contained in:
888be1df7c6f962725a28a172a5394eec3e228e7
2019-12-22 22:38:37 +01:00
parent 5a57a409a1
commit b8c960b526
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')