Skip to content

Commit c0f77ca

Browse files
committed
Merge #223: gbuild: Allow for generic linux64 host
fafa06d gbuild: Allow for generic linux64 host (MarcoFalke)
2 parents cd8aa53 + fafa06d commit c0f77ca

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

bin/gbuild

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ require 'pathname'
1010
@bitness = {
1111
'i386' => 32,
1212
'amd64' => 64,
13+
'linux64' => 64,
1314
}
1415

1516
@arches = {
1617
'i386' => 'i386',
1718
'amd64' => 'x86_64',
19+
'linux64' => 'linux64',
1820
}
1921

2022
def system!(cmd)

0 commit comments

Comments
 (0)