mirror of
https://github.com/vlang/v.git
synced 2025-09-15 07:22:27 +03:00
remove freetype submodule accidentally added in #1890
This commit is contained in:
parent
e78e284380
commit
cb6fadf917
4 changed files with 23 additions and 22 deletions
|
@ -53,7 +53,7 @@ fn (table mut Table) parse_cflag(cflag string) {
|
|||
allowed_flags := [
|
||||
'framework',
|
||||
'library',
|
||||
'I', 'l', 'L',
|
||||
'I', 'l', 'L',
|
||||
]
|
||||
mut flag := cflag.trim_space()
|
||||
if flag == '' {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue