Merge pull request #160 from AlexanderStein/master

Support preset CMAKE_GENERATOR
This commit is contained in:
Martchus 2023-01-22 18:15:53 +01:00 committed by GitHub
commit a9225fb025
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ build() {
sed -i "s/ STATIC / SHARED /" CMakeLists.txt
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_SKIP_BUILD_RPATH=ON
make
cmake --build .
}
package() {