Skip to content

Commit

Permalink
Update bld.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
brynpickering committed Dec 4, 2023
1 parent 6aa66e6 commit afb41a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xml2/bld.bat
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
set LIB=%LIBRARY_LIB%;.\lib;%LIB%
set LIBPATH=%LIBRARY_LIB%;.\lib;%LIBPATH%
set INCLUDE=%LIBRARY_INC%;%INCLUDE%
set INC=xml2-config --cflags

echo `xml2-config --cflags`
make --trace `xml2-config --cflags` `xml2-config --libs` all
FOR /F "tokens=*" %%g IN ('xml2-config --cflags') do (SET TMP_INCL=%%g)
FOR /F "tokens=*" %%g IN ('xml2-config --libs') do (SET TMP_LIBS=%%g)
make %TMP_INCL% %TMP_LIBS% all
copy "xml2" "2csv" %LIBRARY_BIN%

0 comments on commit afb41a1

Please sign in to comment.