mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
Same fix that went into libmariadb package with commit fd13c12.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
12 lines
352 B
Diff
12 lines
352 B
Diff
--- a/libmariadb/cmake/ConnectorName.cmake
|
|
+++ b/libmariadb/cmake/ConnectorName.cmake
|
|
@@ -22,7 +22,7 @@ IF(CMAKE_SYSTEM_NAME MATCHES "Windows")
|
|
SET(MACHINE_NAME "x64")
|
|
ELSE()
|
|
SET(MACHINE_NAME "32")
|
|
- END()
|
|
+ ENDIF()
|
|
ENDIF()
|
|
|
|
SET(product_name "mysql-connector-c-${CPACK_PACKAGE_VERSION}-${PLATFORM_NAME}${CONCAT_SIGN}${MACHINE_NAME}")
|