Fix gcc 13 build 22/296322/1 accepted/tizen_unified_dev tizen accepted/tizen/unified/dev/20230726.120053
authorKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Tue, 25 Jul 2023 07:31:39 +0000 (09:31 +0200)
committerKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Tue, 25 Jul 2023 11:49:05 +0000 (13:49 +0200)
Change-Id: I51207e3796392d4abf6a121a38d657aab70fd854

src/tool/tool.gyp

index ed978ce..7d314f8 100644 (file)
@@ -10,7 +10,8 @@
             'target_name': 'desc_gentool',
             'cflags': [
                 '-std=c++0x',
-                '-Wall'
+                '-Wall',
+                '-D_FILE_OFFSET_BITS=64'
             ],
             'link_settings': {'libraries': [ '-ldl'], },
             'include_dirs': [