Fix wrong cmake argument
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: re2
|
name: re2
|
||||||
description: Fast, safe, thread-friendly regular expression engine
|
description: Fast, safe, thread-friendly regular expression engine
|
||||||
version: 2025.11.05
|
version: 2025.11.05
|
||||||
revision: 1
|
revision: 2
|
||||||
url: https://github.com/google/re2
|
url: https://github.com/google/re2
|
||||||
license: BSD-3-Clause
|
license: BSD-3-Clause
|
||||||
architecture: any
|
architecture: any
|
||||||
|
|||||||
@@ -5,8 +5,7 @@
|
|||||||
# The build function is executed in the source directory
|
# The build function is executed in the source directory
|
||||||
# This function is used to compile the source code
|
# This function is used to compile the source code
|
||||||
build() {
|
build() {
|
||||||
cmake -B build -DCMAKE_INSTALL_PREFIX=/usr \
|
cmake -B build -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON
|
||||||
-DCMAKE_BUILD_SHARED_LIBS=ON
|
|
||||||
cmake --build build
|
cmake --build build
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user