summaryrefslogtreecommitdiffstats
path: root/fluent-bit/lib/wasm-micro-runtime-WAMR-1.2.2/core/iwasm/libraries/lib-pthread/SConscript
blob: d03936c2fc7832b3ce2da017ca71e78a29b18aa6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# Copyright (c) 2021, RT-Thread Development Team
#
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#

from building import *

cwd     = GetCurrentDir()

src = Split('''
libc_pthread_wrapper.c
''')

CPPPATH = [cwd]


group = DefineGroup('iwasm_libc_pthread', src, depend = [''], CPPPATH = CPPPATH)

Return('group')