diff --git a/CMakeLists.txt b/CMakeLists.txt index 1ffa960..d177871 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -86,7 +86,7 @@ endif () find_package(PkgConfig REQUIRED) 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) pkg_check_modules(GLIB REQUIRED glib-2.0) diff --git a/ci/build.sh b/ci/build.sh index cecbdc2..2cc301f 100644 --- a/ci/build.sh +++ b/ci/build.sh @@ -3,4 +3,6 @@ ./scripts/get_static_libs.sh cmake . -make \ No newline at end of file +make +strip sist2 +strip sist2_scan