mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
freetype: fix align.right rendering
This commit is contained in:
@ -310,7 +310,7 @@ fn build_thirdparty_obj_file_with_msvc(path string, moduleflags []CFlag) {
|
||||
mut obj_path := '${path}bj'
|
||||
obj_path = os.realpath(obj_path)
|
||||
if os.exists(obj_path) {
|
||||
println('$obj_path already build.')
|
||||
println('$obj_path already built.')
|
||||
return
|
||||
}
|
||||
println('$obj_path not found, building it (with msvc)...')
|
||||
|
Reference in New Issue
Block a user