We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e1170a commit 758966dCopy full SHA for 758966d
README.md
@@ -20,7 +20,7 @@ Configuration is done entirely via `package.json`. You can specify multiple buil
20
"arch": "x64", // x64, x86 should work
21
"runtime": "electron", // node or electron
22
"runtimeVersion": "4.0.1", // Version of the runtime which it is built
23
- "toolchainFile": "/windows.cmake" // CMake Toolchain file to use for crosscompiling,
+ "toolchainFile": "/windows.cmake", // CMake Toolchain file to use for crosscompiling
24
"CMakeOptions": [ //Same syntax as for the globalCMakeOptions
25
{
26
"name": "MY_CMAKE_OPTION",
0 commit comments