make: Fix makefile.dotnet.mk

This commit is contained in:
Corentin Le Molgat
2022-10-04 17:31:01 +02:00
parent fbc5b13dba
commit bd15d133b1

View File

@@ -283,8 +283,8 @@ $(TEMP_DOTNET_DIR)/$1/%/%.cs: \
rdotnet_%: \
dotnet \
$(TEMP_DOTNET_DIR)/$1/%/%.cs \
$(TEMP_DOTNET_DIR)/$1/%/%.csproj \
$(TEMP_DOTNET_DIR)/$1/%/%.cs \
FORCE
ifeq ($(USE_DOTNET_6),ON)
cd $(TEMP_DOTNET_DIR)$S$1$S$$* && "$(DOTNET_BIN)" build --framework net6.0 -c Release