google-app-engine: add _php_runtime.py binary
Closes Homebrew/homebrew#20040. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
034eadaad6
commit
d6524ea82f
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ class GoogleAppEngine < Formula
|
|||
share.install 'google_appengine' => name
|
||||
bin.mkpath
|
||||
%w[
|
||||
_python_runtime.py api_server.py appcfg.py bulkload_client.py bulkloader.py dev_appserver.py download_appstats.py endpointscfg.py gen_protorpc.py google_sql.py old_dev_appserver.py remote_api_shell.py
|
||||
_python_runtime.py _php_runtime.py api_server.py appcfg.py bulkload_client.py bulkloader.py dev_appserver.py download_appstats.py endpointscfg.py gen_protorpc.py google_sql.py old_dev_appserver.py remote_api_shell.py
|
||||
].each do |fn|
|
||||
ln_s share+name+fn, bin
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue