summaryrefslogtreecommitdiff
path: root/header_checks
diff options
context:
space:
mode:
authorMarcel Hollerbach <mail@marcel-hollerbach.de>2018-12-25 16:57:21 +0100
committerMarcel Hollerbach <mail@marcel-hollerbach.de>2019-02-12 11:19:28 +0100
commit2373d5db5b4cd5dfe139aa2a10017ef61b28b5ce (patch)
treeb300fcd92062ba7291d9967afbee42a04a6f574d /header_checks
parenta7eb0695b803713f8f8e69d33be0db1effb18da1 (diff)
downloadefl-2373d5db5b4cd5dfe139aa2a10017ef61b28b5ce.tar.gz
ecore: here comes a env object
the env object can be used to alter and edit the content of environment variables. Additionally, the class efl.core.env can be used to to setup a not applied set of environment variables, which then can be applied later (in the future) to set it directly to a spawned process for example, or as a general key/data storage. A efl.core.env object can also be forked off, which makes it easy to customize predefined objects. ref T7514 Differential Revision: https://phab.enlightenment.org/D7510
Diffstat (limited to 'header_checks')
-rw-r--r--header_checks/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/header_checks/meson.build b/header_checks/meson.build
index b23e774ec1..066d228a83 100644
--- a/header_checks/meson.build
+++ b/header_checks/meson.build
@@ -53,7 +53,8 @@ header_checks = [
'langinfo.h',
'locale.h',
'uv.h',
- 'ws2tcpip.h'
+ 'ws2tcpip.h',
+ 'crt_externs.h'
]
function_checks = [