mirror of
https://github.com/simon987/sist2.git
synced 2025-04-19 02:06:46 +00:00
Strip binary (CI)
This commit is contained in:
parent
71f17986db
commit
d1a2f9b1d5
@ -86,7 +86,7 @@ endif ()
|
|||||||
find_package(PkgConfig REQUIRED)
|
find_package(PkgConfig REQUIRED)
|
||||||
set(ENV{PKG_CONFIG_PATH} "$ENV{PKG_CONFIG_PATH}:/usr/local/lib/pkgconfig/")
|
set(ENV{PKG_CONFIG_PATH} "$ENV{PKG_CONFIG_PATH}:/usr/local/lib/pkgconfig/")
|
||||||
|
|
||||||
find_package(OpenSSL REQUIRED)
|
#find_package(OpenSSL REQUIRED)
|
||||||
find_package(Freetype REQUIRED)
|
find_package(Freetype REQUIRED)
|
||||||
|
|
||||||
pkg_check_modules(GLIB REQUIRED glib-2.0)
|
pkg_check_modules(GLIB REQUIRED glib-2.0)
|
||||||
|
@ -3,4 +3,6 @@
|
|||||||
./scripts/get_static_libs.sh
|
./scripts/get_static_libs.sh
|
||||||
|
|
||||||
cmake .
|
cmake .
|
||||||
make
|
make
|
||||||
|
strip sist2
|
||||||
|
strip sist2_scan
|
||||||
|
Loading…
x
Reference in New Issue
Block a user