aboutsummaryrefslogtreecommitdiff
path: root/build/root.build
diff options
context:
space:
mode:
Diffstat (limited to 'build/root.build')
-rw-r--r--build/root.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/root.build b/build/root.build
index 4929cc0..0656ab5 100644
--- a/build/root.build
+++ b/build/root.build
@@ -13,6 +13,10 @@ ixx{*}: extension = ixx
txx{*}: extension = txx
cxx{*}: extension = cxx
+# Note that we bundle some C headers (see the LICENSE file for details).
+#
+h{*}: extension = h
+
if ($cxx.target.system == 'win32-msvc')
cxx.poptions += -D_CRT_SECURE_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS