Skip to content

Commit f1a06c8

Browse files
committed
Make macos64 consistent with macos64-mpi build
1 parent ef0d8f6 commit f1a06c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build_cross/hostfiles/hostfile_darwin

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ c = '/osxcross/target/bin/o64-clang'
33
cpp = '/osxcross/target/bin/o64-clang++'
44
ar = '/osxcross/target/bin/x86_64-apple-darwin19-ar'
55
strip = '/osxcross/target/bin/x86_64-apple-darwin19-strip'
6-
pkg-config = '/osxcross/target/bin/x86-apple-darwin19-pkg-config'
6+
pkg-config = '/osxcross/target/bin/x86_64-apple-darwin19-pkg-config'
77
ranlib = '/osxcross/target/bin/x86_64-apple-darwin19-ranlib'
88

99
[host_machine]
1010
system ='darwin'
11-
cpu_family = 'x86'
12-
cpu = 'i386'
11+
cpu_family = 'x86_64'
12+
cpu = 'x86_64'
1313
endian = 'little'
1414

1515
[built-in options]

0 commit comments

Comments
 (0)