diff options
-rwxr-xr-x | test/windows/odb/mingw/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/windows/odb/mingw/build b/test/windows/odb/mingw/build index 4936235..950da9c 100755 --- a/test/windows/odb/mingw/build +++ b/test/windows/odb/mingw/build @@ -35,7 +35,7 @@ PATH="$QTCORE/bin:$ORACLE:$PATH" mysql_options="--with-mysql-host=192.168.0.5 --with-mysql-client=$MYSQL/bin/mysql.exe" sqlite_options="--with-sqlite-db=c:\\projects\\odb\\odb_test.db" pgsql_options="--with-pgsql-host=192.168.0.5 --with-pgsql-client=$PGSQL/bin/psql.exe" -oracle-options="--with-oracle-host=192.168.0.5 --with-oracle-service=xe --with-oracle-client=$ORACLE/sqlplus.exe" +oracle_options="--with-oracle-host=192.168.0.5 --with-oracle-service=xe --with-oracle-client=$ORACLE/sqlplus.exe" test=n rebuild=n |