mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
e5faec6a91
commit
f0bf8f9b4a
1 changed files with 2 additions and 5 deletions
|
@ -70,7 +70,8 @@ build:
|
||||||
linux:
|
linux:
|
||||||
# fails to build with objcopy from llvm
|
# fails to build with objcopy from llvm
|
||||||
PATH: ${{deps.gnu.org/binutils.prefix}}/bin:$PATH
|
PATH: ${{deps.gnu.org/binutils.prefix}}/bin:$PATH
|
||||||
LDFLAGS: $LDFLAGS -lpthread
|
# ld.lld: error: undefined reference due to --no-allow-shlib-undefined: jpeg_std_error@LIBJPEG_9.0
|
||||||
|
LDFLAGS: $LDFLAGS -Wl,-lpthread,--allow-shlib-undefined
|
||||||
|
|
||||||
provides:
|
provides:
|
||||||
- bin/gtk4-builder-tool
|
- bin/gtk4-builder-tool
|
||||||
|
@ -80,13 +81,9 @@ provides:
|
||||||
- bin/gtk4-icon-browser
|
- bin/gtk4-icon-browser
|
||||||
- bin/gtk4-launch
|
- bin/gtk4-launch
|
||||||
- bin/gtk4-node-editor
|
- bin/gtk4-node-editor
|
||||||
- bin/gtk4-path-tool
|
|
||||||
- bin/gtk4-print-editor
|
|
||||||
- bin/gtk4-path-tool
|
|
||||||
- bin/gtk4-query-settings
|
- bin/gtk4-query-settings
|
||||||
- bin/gtk4-print-editor
|
- bin/gtk4-print-editor
|
||||||
- bin/gtk4-rendernode-tool
|
- bin/gtk4-rendernode-tool
|
||||||
- bin/gtk4-query-settings
|
|
||||||
- bin/gtk4-update-icon-cache
|
- bin/gtk4-update-icon-cache
|
||||||
- bin/gtk4-widget-factory
|
- bin/gtk4-widget-factory
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue