From c258eb05d28c8f09ae693d7c49794c78878110ff Mon Sep 17 00:00:00 2001 From: Joshua Ashton Date: Sun, 21 Aug 2022 20:35:09 +0000 Subject: [PATCH] [build] Enable building natively for non-Windows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Yipee 🥳🎉 RIP DXVK Native --- meson.build | 4 ---- 1 file changed, 4 deletions(-) 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')