File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 45
45
'includes' : ['config/archs/linux-x86_64/no-asm/openssl-cl.gypi' ],
46
46
}, 'target_arch=="mips64el" and OS=="linux"' , {
47
47
'includes' : ['config/archs/linux64-mips64/no-asm/openssl-cl.gypi' ],
48
+ }, 'target_arch=="riscv64" and OS=="linux"' , {
49
+ 'includes' : ['config/archs/linux64-riscv64/no-asm/openssl-cl.gypi' ],
48
50
}, {
49
51
# Other architectures don't use assembly
50
52
'includes' : ['config/archs/linux-x86_64/no-asm/openssl-cl.gypi' ],
Original file line number Diff line number Diff line change 46
46
'includes' : ['config/archs/linux-x86_64/no-asm/openssl.gypi' ],
47
47
}, 'target_arch=="mips64el" and OS=="linux"' , {
48
48
'includes' : ['config/archs/linux64-mips64/no-asm/openssl.gypi' ],
49
+ }, 'target_arch=="riscv64" and OS=="linux"' , {
50
+ 'includes' : ['config/archs/linux64-riscv64/no-asm/openssl.gypi' ],
49
51
}, {
50
52
# Other architectures don't use assembly
51
53
'includes' : ['config/archs/linux-x86_64/no-asm/openssl.gypi' ],
You can’t perform that action at this time.
0 commit comments