Skip to content

Commit fafa06d

Browse files
author
MarcoFalke
committed
gbuild: Allow for generic linux64 host
1 parent 9b28e9c commit fafa06d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)