ci: fix simapp dir in makefile (#23498)
This commit is contained in:
parent
4ab1af54c8
commit
9508724a3c
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user