diff options
author | comex | 2015-08-07 17:14:23 -0400 |
---|---|---|
committer | comex | 2015-08-07 17:14:23 -0400 |
commit | eba07b47cdf64a1009b77d899f1435cc501e9eaa (patch) | |
tree | 3e2d560536aa19b07f66fd478b956217f6c5b0e0 /configure | |
parent | add the missing ability to specify --disable-x and --without-x ;p (diff) | |
download | substitute-eba07b47cdf64a1009b77d899f1435cc501e9eaa.tar.gz |
fix vec.h bug
Diffstat (limited to '')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -171,6 +171,7 @@ if settings.enable_tests: ('posixspawn-hook',), ('htab',), ('vec', {'cpp': True, 'extra_objs': ['(out)/lib/cbit/vec.o']}), + ('vec-c', 'vec', ['-x', 'c'], {'extra_objs': ['(out)/lib/cbit/vec.o']}), ] for arch, hdr, xdis, target in [ |