1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

android: enable custom (e)println output via android log system (#8135)

This commit is contained in:
Larpon
2021-01-17 05:32:59 +01:00
committed by GitHub
parent 9376c57a51
commit 512f62b7a1
3 changed files with 22 additions and 7 deletions

View File

@@ -41,6 +41,8 @@ pub const (
#flag solaris -DSOKOL_NO_ENTRY
// TODO end
#include "sokol_v.h"
#include "sokol_app.h"
#define SOKOL_IMPL