fix: do not manually include setup.mk

This commit is contained in:
Felipe M 2025-08-06 18:53:55 +02:00
parent b820acf809
commit 843fd9d38a
No known key found for this signature in database
GPG key ID: 52E5D65FCF99808A

View file

@ -23,9 +23,6 @@ ASSETS_DIR ?= assets
.PHONY: default .PHONY: default
default: all default: all
# Verify environment, and define PLUGIN_ID, PLUGIN_VERSION, HAS_SERVER and HAS_WEBAPP as needed.
include build/setup.mk
ifneq ($(MM_DEBUG),) ifneq ($(MM_DEBUG),)
GO_BUILD_GCFLAGS = -gcflags "all=-N -l" GO_BUILD_GCFLAGS = -gcflags "all=-N -l"
else else