mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-29 08:12:52 -04:00
Make configure.py explicitly refuse since it's not needed anymore
Avoid people getting confused if they try to run it.
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
print("You do not need to run configure.py for Dusk! This file is here to avoid conflicts with decomp.")
|
||||
print("Use CMake to configure your build instead.")
|
||||
exit(1)
|
||||
|
||||
###
|
||||
# Generates build files for the project.
|
||||
# This file also includes the project configuration,
|
||||
|
||||
Reference in New Issue
Block a user