File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ libs "ssl" "crypto" platform="posix"
7
7
configuration "library-autodetect" {
8
8
targetType "sourceLibrary"
9
9
excludedSourceFiles "source/deimos/openssl/applink.d"
10
- preGenerateCommands `${DUB} scripts/generate_version.d` platform="posix"
10
+ preGenerateCommands `$DC -run scripts/generate_version.d` platform="posix"
11
11
versions `DeimosOpenSSLAutoDetect`
12
12
}
13
13
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ import std.string;
30
30
import std.uni ;
31
31
32
32
// file full path is: $SOME_PATH/openssl/scripts/generate_version.d
33
- // We want: $SOME_PATH/openssl/deimos/openssl/
33
+ // We want: $SOME_PATH/openssl/source/ deimos/openssl/
34
34
immutable TARGET_DIR_PATH = __FILE_FULL_PATH__
35
35
.dirName.dirName.buildPath(" source" , " deimos" , " openssl" );
36
36
You can’t perform that action at this time.
0 commit comments