diff --git a/aedi/target/main.py b/aedi/target/main.py index 73a9af8c..61aeee54 100644 --- a/aedi/target/main.py +++ b/aedi/target/main.py @@ -493,5 +493,6 @@ class QuakespasmExpTarget(CMakeMainTarget): if state.architecture() != machine(): opts['MakeQuakePak_DIR'] = state.native_build_path + opts['EntFixesGenerator_DIR'] = state.native_build_path super().configure(state)