summaryrefslogtreecommitdiff
path: root/tests/tests.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.am')
-rw-r--r--tests/tests.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tests.am b/tests/tests.am
index f6460d2b..4794348d 100644
--- a/tests/tests.am
+++ b/tests/tests.am
@@ -30,8 +30,8 @@ if EMSCRIPTEN
check_PROGRAMS += gctest.html
gctest_html_SOURCES = $(gctest_SOURCES)
gctest_html_LDADD = $(gctest_LDADD)
-# Bug in the linker not being able to determine that _memalign and
-# _memalign is needed? it's part of mmap.
+# Bug in the linker not being able to determine that _memalign and _memset
+# are needed? it's part of mmap.
gctest_html_LDFLAGS = -s "EXPORTED_FUNCTIONS=['_memalign', '_main', '_memset']"
endif