mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-26 05:10:03 +03:00
Fix null pointer crash
This commit is contained in:
parent
380064de6a
commit
4e1cdf23be
4 changed files with 4 additions and 4 deletions
2
makefile
2
makefile
|
@ -30,7 +30,7 @@ githash:
|
|||
git log -1 --format="%H" > githash.txt
|
||||
|
||||
debug:
|
||||
${DC} -w -g -ofdsc ${VERSIONS} ${DEBUG_VERSIONS} ${INCLUDE_PATHS} ${SRC}
|
||||
${DC} -w -g -J. -ofdsc ${VERSIONS} ${DEBUG_VERSIONS} ${INCLUDE_PATHS} ${SRC}
|
||||
|
||||
dmdbuild: githash $(SRC)
|
||||
mkdir -p bin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue