Skip to content

Commit

Permalink
Update bld.bat
Browse files Browse the repository at this point in the history
reduce number of schema variations on windows as well
  • Loading branch information
Krande committed Aug 11, 2023
1 parent 4c8007d commit 4deb183
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conda/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ set MY_PY_VER=%PY_VER:.=%
set LIBXML2="%LIBRARY_PREFIX%/lib/libxml2.lib"

cmake -G "Ninja" ^
-D SCHEMA_VERSIONS="2x3;4;4x1;4x3;4x3_add1" ^
-D CMAKE_BUILD_TYPE:STRING=Release ^
-D CMAKE_INSTALL_PREFIX:FILEPATH="%LIBRARY_PREFIX%" ^
-D CMAKE_PREFIX_PATH:FILEPATH="%LIBRARY_PREFIX%" ^
Expand Down

0 comments on commit 4deb183

Please sign in to comment.