-
-
Save pjenvey/2e13bda6b7e6ab449205f5327deba5f0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cargo build -vvv -p libsqlite3-sys | |
Fresh pkg-config v0.3.14 | |
Compiling libsqlite3-sys v0.11.1 | |
Running `rustc --edition=2018 --crate-name build_script_build /home/pjenvey/.cargo/registry/src/github.com-1ecc6299db9ec823/libsqlite3-sys-0.11.1/build.rs --color always --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_6_8"' --cfg 'feature="min_sqlite_version_3_7_7"' --cfg 'feature="pkg-config"' --cfg 'feature="sqlcipher"' --cfg 'feature="vcpkg"' -C metadata=10fc3d68df14e06a -C extra-filename=-10fc3d68df14e06a --out-dir /media/ext/pjenvey/src/moz/application-services/target/debug/build/libsqlite3-sys-10fc3d68df14e06a -L dependency=/media/ext/pjenvey/src/moz/application-services/target/debug/deps --extern pkg_config=/media/ext/pjenvey/src/moz/application-services/target/debug/deps/libpkg_config-a3f65465477e5815.rlib --cap-lints warn` | |
Running `/media/ext/pjenvey/src/moz/application-services/target/debug/build/libsqlite3-sys-10fc3d68df14e06a/build-script-build` | |
[libsqlite3-sys 0.11.1] cargo:rerun-if-env-changed=SQLCIPHER_INCLUDE_DIR | |
[libsqlite3-sys 0.11.1] cargo:rerun-if-env-changed=SQLCIPHER_LIB_DIR | |
[libsqlite3-sys 0.11.1] cargo:rerun-if-env-changed=SQLCIPHER_STATIC | |
[libsqlite3-sys 0.11.1] cargo:rustc-link-lib=dylib=sqlcipher | |
[libsqlite3-sys 0.11.1] cargo:rustc-link-search=/home/pjenvey/src/moz/application-services/libs/desktop/linux-x86-64/sqlcipher/lib | |
Running `rustc --edition=2018 --crate-name libsqlite3_sys /home/pjenvey/.cargo/registry/src/github.com-1ecc6299db9ec823/libsqlite3-sys-0.11.1/src/lib.rs --color always --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_6_8"' --cfg 'feature="min_sqlite_version_3_7_7"' --cfg 'feature="pkg-config"' --cfg 'feature="sqlcipher"' --cfg 'feature="vcpkg"' -C metadata=8ee1f7f1bc7ad3fc -C extra-filename=-8ee1f7f1bc7ad3fc --out-dir /media/ext/pjenvey/src/moz/application-services/target/debug/deps -L dependency=/media/ext/pjenvey/src/moz/application-services/target/debug/deps --cap-lints warn -L /home/pjenvey/src/moz/application-services/libs/desktop/linux-x86-64/sqlcipher/lib -l dylib=sqlcipher` | |
Finished dev [unoptimized + debuginfo] target(s) in 0.94s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment