mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-22 10:37:10 +01:00
[sqlite3] Enable build for android (#11267)
This commit is contained in:
parent
9db3ff7a06
commit
b0c42cb8a2
@ -3,7 +3,7 @@ project(sqlite3 C)
|
||||
|
||||
include_directories(.)
|
||||
if(BUILD_SHARED_LIBS)
|
||||
if(CMAKE_SYSTEM_NAME MATCHES "Linux" OR CMAKE_SYSTEM_NAME MATCHES "Darwin")
|
||||
if(UNIX)
|
||||
set(API "-DSQLITE_API=__attribute__((visibility(\"default\")))")
|
||||
elseif(CMAKE_SYSTEM_NAME MATCHES "Windows")
|
||||
set(API "-DSQLITE_API=__declspec(dllexport)")
|
||||
|
@ -1,5 +1,5 @@
|
||||
Source: sqlite3
|
||||
Version: 3.31.1
|
||||
Version: 3.31.1-1
|
||||
Homepage: https://sqlite.org/
|
||||
Description: SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user