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:
PJB3005
2026-04-09 19:01:58 +02:00
parent 4ed0909085
commit b81769d1c8
+4
View File
@@ -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,