Skip to content

Commit 8d9097f

Browse files
committed
Use npm dep
1 parent 1189d85 commit 8d9097f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Adjust `binding.gyp`:
8888
Preload libraries:
8989

9090
```cpp
91-
#ifndef WIN32
91+
#ifdef __linux__
9292
#include <dlfcn.h>
9393
#endif
9494

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"url": "https://github.com/node-3d/deps-qt-qml-raub.git"
2929
},
3030
"dependencies": {
31-
"deps-qt-gui-raub": "https://github.com/node-3d/deps-qt-gui-raub.git",
31+
"deps-qt-gui-raub": "1.0.0",
3232
"addon-tools-raub": "4.2.0"
3333
}
3434
}

0 commit comments

Comments
 (0)