Skip to content

Commit 224e07f

Browse files
committed
[FIX] CI build error
1 parent d91e533 commit 224e07f

File tree

1 file changed

+2
-1
lines changed
  • projects/art_pi_factory/packages/btstack-v0.0.1

1 file changed

+2
-1
lines changed

projects/art_pi_factory/packages/btstack-v0.0.1/SConscript

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@ path += [cwd + '/chipset/bcm']
5656
path += [cwd + '/port/posix-h4-bcm']
5757
path += [cwd + '/rtt_adapter']
5858

59+
LOCAL_CCFLAGS = ''
5960
if rtconfig.CROSS_TOOL == 'keil':
60-
LOCAL_CCFLAGS = ' --gnu'
61+
LOCAL_CCFLAGS += ' --gnu'
6162

6263
group = DefineGroup('RTT_BTSTACK', src, depend = [''], CPPPATH = path, LOCAL_CCFLAGS = LOCAL_CCFLAGS)
6364

0 commit comments

Comments
 (0)