From 1ae29cf37c2b2015b1328b06cb4daaac668c6cf9 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 26 Sep 2019 00:02:37 +0200 Subject: [PATCH] Use $(EXEEXT) for executable binaries --- tests/project.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/project.conf b/tests/project.conf index 02e0b76..6a3b533 100644 --- a/tests/project.conf +++ b/tests/project.conf @@ -9,7 +9,7 @@ dist=System/App.h,appbroker.sh,fixme.sh,Makefile,Test.expected,Test.interface,pk [Dummy.h] type=script script=../tools/appbroker.sh -flags=-O APPBROKER=$(OBJDIR)../tools/AppBroker +flags=-O APPBROKER=$(OBJDIR)../tools/AppBroker$(EXEEXT) depends=../data/Dummy.interface,../tools/appbroker.sh [appclient]