mirror of
https://github.com/simon987/sist2.git
synced 2025-04-19 18:26:43 +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)
|
||||||
|
@ -4,3 +4,5 @@
|
|||||||
|
|
||||||
cmake .
|
cmake .
|
||||||
make
|
make
|
||||||
|
strip sist2
|
||||||
|
strip sist2_scan
|
||||||
|
Loading…
x
Reference in New Issue
Block a user