refactor: removed cross-compilation cuz opencv don't wanna

This commit is contained in:
2025-11-25 16:24:06 +03:00
parent a857f12cb5
commit 39fcd1f18c
3 changed files with 29 additions and 8 deletions

View File

@@ -55,6 +55,3 @@ build-linux:
build-windows:
@$(MKDIR) $(BUILD_DIR)
@cd $(SRC_DIR) && GOOS=windows GOARCH=amd64 $(GOBUILD) -o ../$(BUILD_DIR)/$(APP_NAME).exe $(CMD_PATH)
build-all: build-linux build-windows
@echo "Cross-compilation complete"