2
0
ruki 2 жил өмнө
parent
commit
2ff13db818
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      configure

+ 2 - 0
configure

@@ -631,6 +631,8 @@ fi
 _target_plat_default=${os_host}
 if is_host "msys"; then
     _target_plat_default="mingw"
+elif is_host "freebsd"; then
+    _target_plat_default="bsd"
 fi
 _target_arch_default=${os_arch}
 _target_mode_default="release"