v2dat: remove CGO target flag

This commit is contained in:
coolsnowwolf 2024-03-15 03:27:03 +08:00
parent 5da06093bf
commit db79fd2082

View File

@ -36,8 +36,6 @@ define Package/v2dat
DEPENDS:=$(GO_ARCH_DEPENDS)
endef
GO_PKG_TARGET_VARS:=$(filter-out CGO_ENABLED=%,$(GO_PKG_TARGET_VARS)) CGO_ENABLED=0
define Package/v2dat/install
$(call GoPackage/Package/Install/Bin,$(1))
endef