docs.rs failed to build rust_jsc_sys-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
rust_jsc_sys-0.2.2
Env Variables
MacOS
Linux
The default JSC LIBS path is relative to the library path. If you have a different path, you can set the JSC_LIBS_PATH environment variable to the correct path.
Throuble shooting
if you encounter any problem, generating binary trying setting the following environment variables:
# for macOS
# path to the JavaScriptCore library
DYLD_LIBRARY_PATH=/Users//Documents/Projects/WebKit/WebKitBuild/JSCOnly/Release/lib:
# for linux
# path to the JavaScriptCore library
LD_LIBRARY_PATH=/Users//Documents/Projects/WebKit/WebKitBuild/JSCOnly/Release/lib: