Closed somebody1234 closed 8 years ago
When I try to rebuild-leveldown on windows, it have to replace $(../../version.js) with the actual version, and then it gets stuck when trying to build with msbuild.
$(../../version.js)
same error!
Sorry, looks like #153 is causing some issues. May need to revert the last pull request -- I'll look into it.
This should be resolved now, try pulling down latest from master.
good
When I try to rebuild-leveldown on windows, it have to replace
$(../../version.js)
with the actual version, and then it gets stuck when trying to build with msbuild.