summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Jackiewicz <k.jackiewicz@samsung.com>2023-07-25 09:31:39 +0200
committerKrzysztof Jackiewicz <k.jackiewicz@samsung.com>2023-07-25 13:49:05 +0200
commit4820cdc314373f062550757930af872dbb42ad89 (patch)
tree079c5e89c3a8f68401a36bf8fa2b2104d27b57f8
parentc4908b74d360a44cc06eeb1516fa555823c8e8ac (diff)
downloadlibteec-tizen.tar.gz
libteec-tizen.tar.bz2
libteec-tizen.zip
Change-Id: I51207e3796392d4abf6a121a38d657aab70fd854
-rw-r--r--src/tool/tool.gyp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tool/tool.gyp b/src/tool/tool.gyp
index ed978ce..7d314f8 100644
--- a/src/tool/tool.gyp
+++ b/src/tool/tool.gyp
@@ -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': [