Initial code for radial rendering
This commit is contained in:
2
build.py
2
build.py
@@ -408,7 +408,7 @@ def build_clean():
|
||||
which resets your git repository to its pristine state.
|
||||
DANGER: this deletes any new source code you've created!
|
||||
"""
|
||||
shell(f"{INTEGRATION}/luprex", "make clean")
|
||||
shell(f"{INTEGRATION}", "make -f luprex/Makefile clean")
|
||||
shell(INTEGRATION, f"{UNREALENGINE}/Engine/Build/BatchFiles/{BUILD_BAT} -waitmutex IntegrationEditor {OS} {DEBUG} {INTEGRATION}/Integration.uproject -clean")
|
||||
Path(f"{INTEGRATION}/.vscode/compile_commands.json").unlink(missing_ok = True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user