Browse Source

update configure

ruki 2 năm trước cách đây
mục cha
commit
2ff13db818
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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"