mirror of
https://github.com/github/codeql.git
synced 2025-12-22 11:46:32 +01:00
`swift-frontend` will be in `$PATH` on Linux, and apparently it does not require the `-sdk` option.
6 lines
92 B
Python
6 lines
92 B
Python
from create_database_utils import *
|
|
|
|
run_codeql_database_create([
|
|
'make',
|
|
], lang='swift')
|