Skip to content

Commit e38c3f6

Browse files
committed
fix unittest
1 parent e5c20dc commit e38c3f6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

dub.sdl

+1-5
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ targetType "staticLibrary"
99
targetPath "lib"
1010
targetName "BindBC_zstandard"
1111

12-
configuration "unittest-dyn" {
13-
dependency "bindbc-loader" version="~>0.1.0"
14-
versions "zstd1_04"
15-
}
16-
1712
configuration "dynamic" {
1813
dependency "bindbc-loader" version="~>0.1.0"
1914
}
@@ -37,4 +32,5 @@ buildType "unittest" {
3732
buildOptions "unittests" "debugMode" "debugInfo"
3833
sourceFiles "test.d"
3934
sourcePaths "source/"
35+
versions "zstd1_04"
4036
}

0 commit comments

Comments
 (0)