提交 c343a6d6 编写于 作者: uncia_me's avatar uncia_me

collect libs for linux

上级 101503e0
name: <Native> Linux name: <Native> Linux
on: [push] on:
push:
# Sequence of patterns matched against refs/tags
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
env: env:
CONAN_USER_HOME : ${{ github.workspace }}/.conan CONAN_USER_HOME : ${{ github.workspace }}/.conan
......
...@@ -19,8 +19,13 @@ sqlite3/3.38.5 ...@@ -19,8 +19,13 @@ sqlite3/3.38.5
[options] [options]
*:fPIC=True *:fPIC=True
*:shared=False
freetype:with_brotli=False freetype:with_brotli=False
freetype:with_bzip2=False freetype:with_bzip2=False
[generators] [generators]
cmake cmake
[imports]
bin, *.a -> ./bin # Copies all a files from packages bin folder to my local "bin" folder
lib, *.a -> ./lib # Copies all dylib files from packages lib folder to my local "bin" folder
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册