We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8f88c9 commit 92fca93Copy full SHA for 92fca93
cmd/agent_local/Makefile
@@ -85,6 +85,7 @@ package-msys: clean build
85
"$(MAKE)" -C ${TOP} cli/build
86
"$(MAKE)" -C ${TOP} sysd/build
87
"$(MAKE)" -C ${TOP} browser_support/build
88
+ "$(MAKE)" -C ${TOP} ee/wcp/build || true
89
ROOT=${TOP} VERSION=${VERSION} dotnet build \
90
-o "${TOP}/bin/${TARGET}/" \
91
"$(shell pwd)/package/windows/"
0 commit comments