mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
final tcc fixes
This commit is contained in:
@@ -18,7 +18,7 @@ mut:
|
||||
imports []string // List of all imports
|
||||
file_imports []FileImportTable // List of imports for file
|
||||
flags []string // ['-framework Cocoa', '-lglfw3']
|
||||
fn_cnt int atomic
|
||||
fn_cnt int //atomic
|
||||
obfuscate bool
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user