[build] Enable building natively for non-Windows

Yipee 🥳🎉

RIP DXVK Native
This commit is contained in:
Joshua Ashton 2022-08-21 20:35:09 +00:00 committed by Philip Rebohle
parent 9dad1aadbe
commit c258eb05d2
1 changed files with 0 additions and 4 deletions

View File

@ -133,10 +133,6 @@ dxvk_version = vcs_tag(
output: 'version.h',
)
if platform != 'windows'
error('Non-Windows platforms not supported... yet.')
endif
subdir('src')
enable_tests = get_option('enable_tests')