ci: fix simapp dir in makefile (#23498)

This commit is contained in:
auricom 2025-01-24 16:45:27 +01:00 committed by GitHub
parent 4ab1af54c8
commit 9508724a3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,7 +51,7 @@ ifeq (legacy,$(findstring legacy,$(COSMOS_BUILD_OPTIONS)))
endif
ifeq (v2,$(findstring v2,$(COSMOS_BUILD_OPTIONS)))
SIMAPP = simapp/v2
SIMAPP = simapp
APPNAME = simdv2
endif