init haiku

This commit is contained in:
Nishi 2026-04-28 15:06:38 +00:00
commit 22b0891598
9 changed files with 34 additions and 5 deletions

5
pl/ostype/Haiku.pl Normal file
View file

@ -0,0 +1,5 @@
$cc = "g++";
use_backend("haiku");
1;