From 1a0c22065647c36a1103c92c752ba880d0479432 Mon Sep 17 00:00:00 2001 From: vanz666 <63844820+vanz666@users.noreply.github.com> Date: Wed, 15 Nov 2023 16:37:31 +0300 Subject: [PATCH] Update AMBuildScript --- AMBuildScript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AMBuildScript b/AMBuildScript index 92e17a1..f90a1d8 100644 --- a/AMBuildScript +++ b/AMBuildScript @@ -221,7 +221,7 @@ class MMSConfig(object): # Platform-specifics if cxx.target.platform == 'linux': - cxx.defines += ['_LINUX', 'POSIX', '_FILE_OFFSET_BITS=64'] + cxx.defines += ['LINUX', '_LINUX', 'POSIX', '_FILE_OFFSET_BITS=64'] if cxx.family == 'gcc': cxx.linkflags += ['-static-libgcc'] elif cxx.family == 'clang':