mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-16 21:32:22 +01:00
16 lines
328 B
Python
16 lines
328 B
Python
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'base64',
|
|
'type': 'shared_library',
|
|
'include_dirs': ['/usr/include'],
|
|
'direct_dependent_settings': {
|
|
'include_dirs': ['/usr/include'],
|
|
'linkflags': ['-lbase64'],
|
|
'ldflags': ['-lbase64'],
|
|
'libraries': ['-lbase64']
|
|
}
|
|
},
|
|
]
|
|
}
|