From c3e86649a7978de3bd9c50eab9f748fdf1b60740 Mon Sep 17 00:00:00 2001 From: Struma Date: Sun, 28 Mar 2021 15:32:24 -0400 Subject: [PATCH] use nanosleep delay on Windows+Linux --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index facfb886..182bda32 100644 --- a/meson.build +++ b/meson.build @@ -23,6 +23,7 @@ win64 = (sizeof['void*'] != sizeof['long']) global_args += '-DMKXPZ_BUILD_MESON' global_args += '-DMKXPZ_VERSION="@0@"'.format(meson.project_version()) +global_args += '-DHAVE_NANOSLEEP' # ==================== # Ext libs # ====================