diff --git a/meson.build b/meson.build index 5c40b381..d2c6a546 100644 --- a/meson.build +++ b/meson.build @@ -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')