aboutsummaryrefslogtreecommitdiff
path: root/tools/shared.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-09-25 14:22:22 -0700
committerAlon Zakai <alonzakai@gmail.com>2011-09-25 14:22:22 -0700
commit72fdbfde418c3496ffe810fbb0fb5f48adcf2a0f (patch)
treed2e7f0dc2c12458a97e877c4dfc122b5fae46b7e /tools/shared.py
parent0d423cd35b930cbc70806e90a4583ad70d552a11 (diff)
fix dirent.h and folders test
Diffstat (limited to 'tools/shared.py')
-rw-r--r--tools/shared.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/shared.py b/tools/shared.py
index bc767c82..9eeb1552 100644
--- a/tools/shared.py
+++ b/tools/shared.py
@@ -34,9 +34,9 @@ COMPILER_OPTS = COMPILER_OPTS + ['-m32', '-v', '-U__i386__', '-U__x86_64__', '-U
if USE_EMSDK:
COMPILER_OPTS += [ '-nostdinc',
'-I' + path_from_root('system', 'include'),
+ '-I' + path_from_root('system', 'include', 'freebsd'), # posix stuff
'-I' + path_from_root('system', 'include', 'libc'),
'-I' + path_from_root('system', 'include', 'libcxx'),
- '-I' + path_from_root('system', 'include', 'freebsd'), # sys/mman.h
]
# Engine tweaks