Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Grpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tci-gateway-module
Grpc
Commits
fdf27a49
Commit
fdf27a49
authored
8 years ago
by
Stanley Cheung
Browse files
Options
Downloads
Patches
Plain Diff
remove reference to homebrew
parent
b95870d8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/php/bin/determine_extension_dir.sh
+1
-5
1 addition, 5 deletions
src/php/bin/determine_extension_dir.sh
with
1 addition
and
5 deletions
src/php/bin/determine_extension_dir.sh
+
1
−
5
View file @
fdf27a49
...
@@ -29,11 +29,7 @@
...
@@ -29,11 +29,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
set
-e
set
-e
default_extension_dir
=
$(
php-config
--extension-dir
)
default_extension_dir
=
$(
php-config
--extension-dir
)
if
command
-v
brew
>
/dev/null
&&
\
if
[
!
-e
$default_extension_dir
/grpc.so
]
;
then
brew
ls
--versions
|
grep
php5[56]-grpc
>
/dev/null
;
then
# the grpc php extension was installed by homebrew
:
elif
[
!
-e
$default_extension_dir
/grpc.so
]
;
then
# the grpc extension is not found in the default PHP extension dir
# the grpc extension is not found in the default PHP extension dir
# try the source modules directory
# try the source modules directory
module_dir
=
../ext/grpc/modules
module_dir
=
../ext/grpc/modules
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment