Skip to content

Commit

Permalink
feat(cubestore): Use MSVC build for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed May 13, 2021
1 parent de31373 commit d472bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/js-wrapper/utils.ts
Expand Up @@ -54,7 +54,7 @@ export function getTarget(): string {
if (process.arch === 'x64') {
switch (process.platform) {
case 'win32':
return 'x86_64-pc-windows-gnu';
return 'x86_64-pc-windows-msvc';
case 'linux':
return `x86_64-unknown-linux-${detectLibc()}`;
case 'darwin':
Expand Down

0 comments on commit d472bcd

Please sign in to comment.