From bc62e20f786aa330434042b75e64fb1dc4440cbc Mon Sep 17 00:00:00 2001 From: Dengke Tang Date: Mon, 7 Nov 2022 16:10:10 -0800 Subject: [PATCH] maybe this? --- Makefile.frag.w32 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.frag.w32 b/Makefile.frag.w32 index cc3857e..f994de6 100644 --- a/Makefile.frag.w32 +++ b/Makefile.frag.w32 @@ -31,5 +31,5 @@ $(AWSCRT_DIR)\ext\api.h : $(AWSCRT_DIR)\src\api.h # Use PHPUnit to run tests test-awscrt: install $(AWSCRT_DIR)\src\api.h $(BUILD_DIR)\php_awscrt.dll - $(PHP_BINARY) -c $(AWSCRT_DIR)\php-win.ini composer --working-dir=$(AWSCRT_DIR) update - $(PHP_BINARY) -c $(AWSCRT_DIR)\php-win.ini composer --working-dir=$(AWSCRT_DIR) run test-win + $(PHP_BINARY) -c $(AWSCRT_DIR)\php-win.ini composer.phar --working-dir=$(AWSCRT_DIR) update + $(PHP_BINARY) -c $(AWSCRT_DIR)\php-win.ini composer.phar --working-dir=$(AWSCRT_DIR) run test-win