Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Applications
tor-browser-build
Commits
09aff7d7
Unverified
Commit
09aff7d7
authored
Nov 10, 2020
by
Matthew Finkel
Browse files
Bug 40139: Set RANLIB in macOS tor build
parent
786bdfe2
Changes
1
Hide whitespace changes
Inline
Side-by-side
projects/tor/build
View file @
09aff7d7
...
...
@@ -106,6 +106,7 @@ find -type f -print0 | xargs -0 [% c("var/touch") %]
[
%
IF
c
(
"var/osx"
)
-%
]
export
LD_PRELOAD
=
[
%
c
(
"var/faketime_path"
)
%
]
export
FAKETIME
=
"[% USE date; GET date.format(c('timestamp'), format = '%Y-%m-%d %H:%M:%S') %]"
export
RANLIB
=
x86_64
-
apple
-
darwin
-
ranlib
[
%
END
-%
]
make
-
j
[
%
c
(
"buildconf/num_procs"
)
%
]
make
install
...
...
Matthew Finkel
@sysrqb
mentioned in merge request
!148 (merged)
·
Dec 04, 2020
mentioned in merge request
!148 (merged)
mentioned in merge request !148
Toggle commit list
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment