From 237959807862f2e5401d0ea9d222c658df82d66f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20=C5=A0koda?= Date: Mon, 4 May 2020 18:56:40 +0200 Subject: [PATCH] fix: Build without GNU sed --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 0b3bddb2..4355f0ad 100644 --- a/Makefile +++ b/Makefile @@ -79,7 +79,6 @@ icon_windows.syso: ./internal/frontend/qt/icon_windows.syso ## Rules for therecipe/qt .PHONY: prepare-vendor update-vendor -THERECIPE_QTVER:=$(shell grep "github.com/therecipe/qt " go.mod | sed -r 's;.* v[0-9\.]+-[0-9]+-([a-f0-9]*).*;\1;') THERECIPE_ENV:=github.com/therecipe/env_${GOOS}_amd64_513 # vendor folder will be deleted by gomod hence we cache the big repo