1
0
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:
Leah Lundqvist
2021-04-10 16:40:43 +02:00
committed by GitHub
parent 64391efa4d
commit 38c517c1a2
5 changed files with 40 additions and 0 deletions

View 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"
}