Browse Source

FreeBSD support to ppremake

rdb 16 years ago
parent
commit
1236a0f457
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ppremake/configure.in

+ 1 - 0
ppremake/configure.in

@@ -73,6 +73,7 @@ else
     linux*) PLATFORM=Linux;;
     cygwin*) PLATFORM=Cygwin;;
     darwin*) PLATFORM=OSX;;
+    freebsd*) PLATFORM=FreeBSD;;
     *) echo "Cannot determine platform from $host_os; use --with-platform=name."
        exit 1;;
   esac