We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scripts/build.py dmd -release -O -odobj -op -version=D2 (94 source files...) -ofbin/dil Error: command not found: 'dmd' Traceback (most recent call last): File "scripts/build.py", line 203, in main() File "scripts/build.py", line 197, in main retcode = build_func(cmdclass=command, *_cargs) File "scripts/build.py", line 137, in build_dil_release return build_dil(dict(kwargs, *_options)) File "scripts/build.py", line 131, in build_dil return retcode UnboundLocalError: local variable 'retcode' referenced before assignment
The text was updated successfully, but these errors were encountered:
Hi! Surprised that someone is checking out this dormant project. The issue was easy to fix. Please try again.
Sorry, something went wrong.
No branches or pull requests
scripts/build.py
dmd -release -O -odobj -op -version=D2 (94 source files...) -ofbin/dil
Error: command not found: 'dmd'
Traceback (most recent call last):
File "scripts/build.py", line 203, in
main()
File "scripts/build.py", line 197, in main
retcode = build_func(cmdclass=command, *_cargs)
File "scripts/build.py", line 137, in build_dil_release
return build_dil(dict(kwargs, *_options))
File "scripts/build.py", line 131, in build_dil
return retcode
UnboundLocalError: local variable 'retcode' referenced before assignment
The text was updated successfully, but these errors were encountered: