Skip to content

Commit 1a25c54

Browse files
committed
fix: revert changes in qwik-binding-map.ts of optimizer
1 parent 2ecadd3 commit 1a25c54

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/qwik/src/optimizer/src/qwik-binding-map.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,15 @@ export const QWIK_BINDING_MAP = {
3030
"platformArchABI": "qwik.win32-x64-msvc.node"
3131
}
3232
]
33+
},
34+
"linux": {
35+
"x64": [
36+
{
37+
"platform": "linux",
38+
"arch": "x64",
39+
"abi": "gnu",
40+
"platformArchABI": "qwik.linux-x64-gnu.node"
41+
}
42+
]
3343
}
3444
};

0 commit comments

Comments
 (0)