Skip to content

Commit

Permalink
Issue 17224 - Remove std.typetuple from the documentation build
Browse files Browse the repository at this point in the history
  • Loading branch information
wilzbach committed Jun 15, 2017
1 parent 0553161 commit c336bb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion posix.mak
Expand Up @@ -179,7 +179,7 @@ PACKAGE_std = array ascii base64 bigint bitmanip compiler complex concurrency \
conv csv demangle encoding exception file format \
functional getopt json math mathspecial meta mmfile numeric \
outbuffer parallelism path process random signals socket stdint \
stdio string system traits typecons typetuple uni \
stdio string system traits typecons uni \
uri utf uuid variant xml zip zlib
PACKAGE_std_experimental = checkedint typecons
PACKAGE_std_algorithm = comparison iteration mutation package searching setops \
Expand Down Expand Up @@ -227,6 +227,7 @@ EXTRA_MODULES_INTERNAL := $(addprefix std/, \
processinit scopebuffer test/dummyrange \
$(addprefix unicode_, comp decomp grapheme norm tables) \
) \
typetuple \
)

EXTRA_MODULES += $(EXTRA_DOCUMENTABLES) $(EXTRA_MODULES_INTERNAL)
Expand Down

0 comments on commit c336bb9

Please sign in to comment.