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

github.com/jp7677/dxvk-nvapi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Peters <jp7677@gmail.com>2021-07-03 12:44:30 +0300
committerJens Peters <jp7677@gmail.com>2021-07-03 13:37:16 +0300
commit847d2c9fcc353e620167ce302be0ea7a5d04e95f (patch)
tree3d763249fd933a638354670f2402d68918ebbd9d /meson.build
parent34796201ef3bf3a6dc7bdaa8724df609fb6486a0 (diff)
build: Add comment
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 9efd795..0ccf72e 100644
--- a/meson.build
+++ b/meson.build
@@ -29,6 +29,6 @@ dxvk_nvapi_version = vcs_tag(
output: 'version.h')
subdir('src')
-if dxvk_cpu_family == 'x86_64'
+if dxvk_cpu_family == 'x86_64' # compiling tests for x86 fails, dunno why...
subdir('tests')
endif