remove freetype submodule accidentally added in #1890

This commit is contained in:
joe-conigliaro 2019-09-08 19:02:03 +10:00 committed by Alexander Medvednikov
parent e78e284380
commit cb6fadf917
4 changed files with 23 additions and 22 deletions

View file

@ -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 == '' {