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

@ -5,6 +5,7 @@ platform_lib = static_library(
c_pch : '../precompiled.h',
dependencies : [
capnhook.get_variable('hook_dep'),
shlwapi_lib,
],
sources : [
'amvideo.c',