Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Goulet
Tor
Commits
c73bb993
Commit
c73bb993
authored
Jul 05, 2018
by
Nick Mathewson
⛰
Browse files
Fix build.rs to handle removed common.
parent
753b797c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/rust/build.rs
View file @
c73bb993
...
...
@@ -150,7 +150,6 @@ pub fn main() {
// tor uses. We must be careful with factoring and dependencies
// moving forward!
cfg
.component
(
"tor-crypt-ops-testing"
);
cfg
.component
(
"or-testing"
);
cfg
.component
(
"tor-sandbox"
);
cfg
.component
(
"tor-encoding-testing"
);
cfg
.component
(
"tor-net"
);
...
...
@@ -165,7 +164,6 @@ pub fn main() {
cfg
.component
(
"tor-malloc"
);
cfg
.component
(
"tor-wallclock"
);
cfg
.component
(
"tor-err-testing"
);
cfg
.component
(
"or-event-testing"
);
cfg
.component
(
"tor-intmath-testing"
);
cfg
.component
(
"tor-ctime-testing"
);
cfg
.component
(
"curve25519_donna"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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