From aeafb4ec5bd0cbaee7f58e40aeda748bf0059918 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Mon, 2 Sep 2024 13:23:17 +0300 Subject: [PATCH] aedi: fix cross-compilation of quakespasm-exp --- aedi/target/main.py | 1 + 1 file changed, 1 insertion(+) 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)