diff options
| author | Andre Weissflog <floooh@gmail.com> | 2020-09-23 18:51:03 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2020-09-23 18:51:03 +0200 |
| commit | 50f03e27e559e6f8377481a4bf66b1bd43aadfdf (patch) | |
| tree | 4890cdcd69b0572194351c7bb555ec5210a941c6 /sokol_app.h | |
| parent | e326a8fdd33cf7173e539e5ce88eff00a2346ea2 (diff) | |
sokol_app.h: add some build-howto documentation notes
Diffstat (limited to 'sokol_app.h')
| -rw-r--r-- | sokol_app.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sokol_app.h b/sokol_app.h index 926fbfb8..0a26ebec 100644 --- a/sokol_app.h +++ b/sokol_app.h @@ -81,7 +81,10 @@ things will happen, see here for details: https://github.com/floooh/sokol/issues/376 Building for UWP requires a recent Visual Studio toolchain and Windows SDK - (at least VS2019 and Windows SDK 10.0.19041.0). + (at least VS2019 and Windows SDK 10.0.19041.0). When the UWP backend is + selected, the sokol_app.h implementation must be compiled as C++17. + + On macOS and iOS, the implementation must be compiled as Objective-C. FEATURE OVERVIEW ================ |