mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
fix(dub): Make config.d executable to incremental compilation (#13712)
Fix issue 22821. Signed-off-by: Luís Ferreira <contact@lsferreira.net>
This commit is contained in:
parent
5cf0aed583
commit
cf63dd8e5a
1 changed files with 2 additions and 1 deletions
3
config.d
Normal file → Executable file
3
config.d
Normal file → Executable file
|
@ -1,7 +1,8 @@
|
|||
#!/usr/bin/env dub
|
||||
/+
|
||||
dub.sdl:
|
||||
name "config"
|
||||
targetPath "generated/dub"
|
||||
targetPath "generated/dub-gen"
|
||||
+/
|
||||
/**
|
||||
Generates the compiler version, the version printed with `dmd --version`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue