Commit:    070984537cf74b68d82f264f9aa137379ef4c8a6
Author:    Anatol Belski <[email protected]>         Wed, 22 Mar 2017 03:03:11 +0100
Parents:   35e65c586c075ae57bacc888ec12556f43c4f848
Branches:  master

Link:       
http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=070984537cf74b68d82f264f9aa137379ef4c8a6

Log:
name crt for deps explicitly

Changed paths:
  M  include/BuildVC.php


Diff:
diff --git a/include/BuildVC.php b/include/BuildVC.php
index 65926f0..4ec8561 100644
--- a/include/BuildVC.php
+++ b/include/BuildVC.php
@@ -99,7 +99,8 @@ class BuildVC {
        function updateDeps(string $stability = "stable")
        {
                $branch = $this->branch->config->getBranch();
-               $cmd = "phpsdk_deps -u -s $stability -b $branch -d " . 
dirname($this->build_dir) . "/deps";
+               $compiler = $this->branch->config->getCompiler();
+               $cmd = "phpsdk_deps -u -s $stability -b $branch -t $compiler -d 
" . dirname($this->build_dir) . "/deps";
                $ret = exec_single_log($cmd, $this->build_dir, $this->env);
                if (!$ret) {
                        throw new \Exception('dependencies update failed');


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to