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
Matthew Finkel
tor-browser-build
Commits
84d95d6d
Unverified
Commit
84d95d6d
authored
Aug 26, 2019
by
Georg Koppen
Committed by
boklm
Aug 28, 2019
Browse files
Bug 30490: Adapt cbindgen for Windows 32bit usage
parent
9b4b31f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
projects/cbindgen/build
View file @
84d95d6d
...
...
@@ -22,8 +22,13 @@ replace-with = "vendored-sources"
directory
=
"/var/tmp/build/cbindgen/vendor"
EOF
cargo
build
--
release
--
frozen
--
target
x86_64
-
unknown
-
linux
-
gnu
mv
target
/
x86_64
-
unknown
-
linux
-
gnu
/
release
/
cbindgen
$
distdir
/
[
%
project
%
]
[
%
IF
!
c
(
"var/windows-i686"
)
-%
]
target
=
x86_64
[
%
ELSE
-%
]
target
=
i686
[
%
END
-%
]
cargo
build
--
release
--
frozen
--
target
$
target
-
unknown
-
linux
-
gnu
mv
target
/
$
target
-
unknown
-
linux
-
gnu
/
release
/
cbindgen
$
distdir
/
[
%
project
%
]
cd
$
distdir
[
%
c
(
'tar'
,
{
...
...
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