Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Commit bf552b1

Browse files
committed
Fix cargo triple
1 parent 5684aa3 commit bf552b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

master/master.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ cargo_cross_targets = [
221221
'aarch64-unknown-linux-gnu',
222222
'x86_64-unknown-freebsd',
223223
'x86_64-unknown-netbsd',
224-
'i686-unknown-netbsd',
224+
'i686-unknown-freebsd',
225225
]
226226

227227
ios = {'auto': 'cross-ios-opt', 'dist': 'mac-ios'}

0 commit comments

Comments
 (0)