We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef0d8f6 commit f1a06c8Copy full SHA for f1a06c8
build_cross/hostfiles/hostfile_darwin
@@ -3,13 +3,13 @@ c = '/osxcross/target/bin/o64-clang'
3
cpp = '/osxcross/target/bin/o64-clang++'
4
ar = '/osxcross/target/bin/x86_64-apple-darwin19-ar'
5
strip = '/osxcross/target/bin/x86_64-apple-darwin19-strip'
6
-pkg-config = '/osxcross/target/bin/x86-apple-darwin19-pkg-config'
+pkg-config = '/osxcross/target/bin/x86_64-apple-darwin19-pkg-config'
7
ranlib = '/osxcross/target/bin/x86_64-apple-darwin19-ranlib'
8
9
[host_machine]
10
system ='darwin'
11
-cpu_family = 'x86'
12
-cpu = 'i386'
+cpu_family = 'x86_64'
+cpu = 'x86_64'
13
endian = 'little'
14
15
[built-in options]
0 commit comments