mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-23 03:59:29 +00:00
5a5602e288
Some checks are pending
ci/gh-actions/build / build-ubuntu-without-scanner (push) Waiting to run
ci/gh-actions/guix / arm-linux-gnueabihf (push) Blocked by required conditions
ci/gh-actions/guix / codesigning (map[target:x86_64-w64-mingw32]) (push) Blocked by required conditions
ci/gh-actions/guix / cache-sources (push) Waiting to run
ci/gh-actions/guix / aarch64-linux-gnu (push) Blocked by required conditions
ci/gh-actions/guix / arm64-apple-darwin (push) Blocked by required conditions
ci/gh-actions/guix / riscv64-linux-gnu (push) Blocked by required conditions
ci/gh-actions/guix / x86_64-apple-darwin (push) Blocked by required conditions
ci/gh-actions/guix / x86_64-linux-gnu.no-tor-bundle (push) Blocked by required conditions
ci/gh-actions/guix / x86_64-linux-gnu.pack (push) Blocked by required conditions
ci/gh-actions/guix / x86_64-linux-gnu (push) Blocked by required conditions
ci/gh-actions/guix / x86_64-w64-mingw32.installer (push) Blocked by required conditions
ci/gh-actions/guix / x86_64-w64-mingw32 (push) Blocked by required conditions
ci/gh-actions/guix / bundle-logs (push) Blocked by required conditions
ci/gh-actions/guix / codesigning (map[target:x86_64-w64-mingw32.installer]) (push) Blocked by required conditions
17 lines
301 B
Text
17 lines
301 B
Text
[binaries]
|
|
c = '@cc@'
|
|
cpp = '@cxx@'
|
|
ar = '@ar@'
|
|
strip = '@strip@'
|
|
pkgconfig = '/home/user/.guix-profile/bin/pkg-config'
|
|
|
|
[host_machine]
|
|
system = 'linux'
|
|
cpu_family = '@arch@'
|
|
cpu = '@arch@'
|
|
endian = 'little'
|
|
|
|
[built-in options]
|
|
default_library = 'static'
|
|
prefer_static = true
|
|
prefix = '@host_prefix@'
|