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 1189d85 commit 8d9097fCopy full SHA for 8d9097f
README.md
@@ -88,7 +88,7 @@ Adjust `binding.gyp`:
88
Preload libraries:
89
90
```cpp
91
-#ifndef WIN32
+#ifdef __linux__
92
#include <dlfcn.h>
93
#endif
94
package.json
@@ -28,7 +28,7 @@
28
"url": "https://github.com/node-3d/deps-qt-qml-raub.git"
29
},
30
"dependencies": {
31
- "deps-qt-gui-raub": "https://github.com/node-3d/deps-qt-gui-raub.git",
+ "deps-qt-gui-raub": "1.0.0",
32
"addon-tools-raub": "4.2.0"
33
}
34
0 commit comments