Skip to content

Commit

Permalink
Update AMBuildScript
Browse files Browse the repository at this point in the history
  • Loading branch information
vanz666 authored and psychonic committed Nov 19, 2023
1 parent 1a0c220 commit 942c9d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/s2_sample_mm/AMBuildScript
Expand Up @@ -243,7 +243,7 @@ class MMSPluginConfig(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':
Expand Down

0 comments on commit 942c9d7

Please sign in to comment.