Skip to content

Commit

Permalink
Merge pull request #113 from aleferri/master
Browse files Browse the repository at this point in the history
Support GDC by splitting run in build, execute and cleanup
  • Loading branch information
CyberShadow authored Aug 3, 2024
2 parents 5787938 + 2d9ae83 commit 574ef8d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dub.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ configuration "library-autodetect" {
targetType "sourceLibrary"
libs "ssl" "crypto" platform="posix"
excludedSourceFiles "source/deimos/openssl/applink.d"
preGenerateCommands `$DC -run scripts/generate_version.d` platform="posix"
preGenerateCommands `$DC -run scripts/generate_version.d` platform="posix-ldc"
preGenerateCommands `$DC -run scripts/generate_version.d` platform="posix-dmd"
preGenerateCommands `$DC scripts/generate_version.d -o generate_version` `./generate_version` platform="posix-gdc"
postGenerateCommands `rm generate_version` platform="posix-gdc"
versions `DeimosOpenSSLAutoDetect`
}

Expand Down

0 comments on commit 574ef8d

Please sign in to comment.