Skip to content

Add xptr_locs flag to win32/configure.js

Joey Arhar requested to merge josepharhar/libxml2:xptrlocs into master

The xptr_locs flag was added in commit 67070107 but no flag was added to win32/configure.js, leading a compile error I had on windows where the @WITH_XPTR_LOCS@ macro was not replaced properly.

Merge request reports