Skip to content

Commit

Permalink
Edited build script to use a newer version of libxml.
Browse files Browse the repository at this point in the history
  • Loading branch information
chessing committed Sep 1, 2009
1 parent 59fad98 commit 4cd9d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xsupplicant-build/windows/scripts/build_open1x.bat
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ set NUIOUSERDIR=%NUIOUSERDIR%
set MSPLATFORMSDK=%MSPLATFORMSDK%

if [%LIBXML2DIR%]==[] (
set LIBXML2DIR=%OPEN1X_LIBRARY_ROOT%\libxml2-2.6.30+.win32
set LIBXML2DIR=%OPEN1X_LIBRARY_ROOT%\libxml2-2.7.3.win32
)
if [%ICONVDIR%]==[] (
set ICONVDIR=%OPEN1X_LIBRARY_ROOT%\iconv-1.9.2.win32
Expand Down

0 comments on commit 4cd9d62

Please sign in to comment.