Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/doitsujin/dxvk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Ashton <joshua@froggi.es>2022-08-21 23:35:09 +0300
committerJoshua Ashton <joshua@froggi.es>2022-08-21 23:35:09 +0300
commitab2f98b56294d7c2011f8df0c1dcc0278624ebf6 (patch)
tree0f03eb569aae9dc2160b4878c26c45b60f17593e
parenta334dc886a4c9281f53f6d3233ebeefbc751244e (diff)
[build] Enable building natively for non-Windowsnative-pr-yipee
Yipee 🥳🎉 RIP DXVK Native
-rw-r--r--meson.build4
1 files changed, 0 insertions, 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')