mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
builtin: use NSLog on iOS for print (#9665)
This commit is contained in:
6
vlib/builtin/builtin_ios.c.v
Normal file
6
vlib/builtin/builtin_ios.c.v
Normal file
@@ -0,0 +1,6 @@
|
||||
module builtin
|
||||
|
||||
// TODO: Remove this later, added to make sure v self works
|
||||
$if ios {
|
||||
#include "@VROOT/thirdparty/ios/ios.m"
|
||||
}
|
||||
Reference in New Issue
Block a user