Skip to content

Commit 59997ae

Browse files
Fix compilation of test executable.
Discovered by @Heromyth.
1 parent 3f02106 commit 59997ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dub.sdl

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ configuration "lib" {
1212
configuration "test" {
1313
targetName "test"
1414
targetType "executable"
15-
excludedSourceFiles "source/capnproto/benchmark/*" "source/capnproto/tests/*"
15+
excludedSourceFiles "source/capnproto/benchmark/*" "source/capnproto/tests/*" "source/samples/mmap.d"
1616
}
1717

1818
configuration "benchmark-carsales" {

0 commit comments

Comments
 (0)