define separator on apple
continuous-integration/drone/push Build is passing Details

main
cosmonaut 2024-01-30 17:39:41 -08:00
parent 08ac44514e
commit c0dbc791e6
1 changed files with 4 additions and 0 deletions

View File

@ -54,6 +54,10 @@
#define SEPARATOR '/'
#endif
#ifdef __APPLE__
#define SEPARATOR '/'
#endif
#ifndef max
#define max(x, y) (((x) > (y)) ? (x) : (y))
#endif