aedi: fix cross-compilation of quakespasm-exp

This commit is contained in:
alexey.lysiuk 2024-09-02 13:23:17 +03:00
parent 20ac8716ef
commit aeafb4ec5b

View file

@ -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)