builder: update target

db4
Eduardo Cavazos 2008-02-05 18:28:05 -06:00
parent 9804d9462d
commit 53810cd17b
1 changed files with 6 additions and 1 deletions

View File

@ -33,7 +33,12 @@ SYMBOL: builder-recipients
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
: target ( -- target ) `{ ,[ os ] %[ cpu "." split ] } "-" join ;
! : target ( -- target ) `{ ,[ os ] %[ cpu "." split ] } "-" join ;
: target ( -- target )
{ { [ os "windows" = ] [ "windows-nt-x86-32" ] }
{ [ t ] [ `{ ,[ os ] %[ cpu "." split ] } "-" join ] } }
cond ;
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!