diff options
| author | Clement Sibille <clements+github@lisible.xyz> | 2024-06-05 17:52:00 +0900 |
|---|---|---|
| committer | Clement Sibille <clements+github@lisible.xyz> | 2024-06-05 17:52:00 +0900 |
| commit | ff2cfc706efd88c2e30fdb4c27ddad3263227367 (patch) | |
| tree | 258df57b8763d4b1fe9cde1586f9f9542f58286b /cross | |
| parent | 221770922f959a5d5ae54e196b98bb13ab250842 (diff) | |
Have specific assertions for playdate platform
Diffstat (limited to 'cross')
| -rw-r--r-- | cross/playdate.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cross/playdate.txt b/cross/playdate.txt index c54b4ba..2b27530 100644 --- a/cross/playdate.txt +++ b/cross/playdate.txt @@ -9,3 +9,7 @@ system = 'none' cpu_family = 'arm' cpu = 'cortex-m7' endian = 'little' + +[properties] +is_playdate_build = true + |
