From 42ab5824c254c3a1bae25330df51594a8070799e Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Khan Date: Mon, 7 Nov 2022 16:42:31 -0800 Subject: [PATCH] maybe this --- Makefile.frag.w32 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.frag.w32 b/Makefile.frag.w32 index a8ac48b..de504e1 100644 --- a/Makefile.frag.w32 +++ b/Makefile.frag.w32 @@ -32,7 +32,6 @@ $(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) -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" - $(PHP_BINARY) composer-setup.php - $(PHP_BINARY) -r "unlink('composer-setup.php');" + $(PHP_BINARY) .\composer-setup.php $(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