From 37c8f9fdff496b2f8d7c3c465e120959e0533aa3 Mon Sep 17 00:00:00 2001 From: Dengke Tang Date: Mon, 7 Nov 2022 18:17:41 -0800 Subject: [PATCH] url in the end --- Makefile.frag.w32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.frag.w32 b/Makefile.frag.w32 index d761413..95ed938 100644 --- a/Makefile.frag.w32 +++ b/Makefile.frag.w32 @@ -31,7 +31,7 @@ $(AWSCRT_DIR)\ext\api.h : $(AWSCRT_DIR)\src\api.h # Use PHPUnit and composer to run tests test-awscrt: install $(AWSCRT_DIR)\src\api.h $(BUILD_DIR)\php_awscrt.dll - curl https://getcomposer.org/installer -O composer-setup.php + curl -O composer-setup.php https://getcomposer.org/installer $(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