zeux / qgrep

Fast regular expression grep for source code with incremental index updates
MIT License
335 stars 43 forks source link

Add support for windows on arm compilation #36

Closed BeastLe9enD closed 4 months ago

BeastLe9enD commented 4 months ago

On windows on arm, there were problems because the build script tried to enable sse2. I added a check to only do this when on x86/64.

zeux commented 4 months ago

Thanks!