1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Fix build on macos

It was broken by a110b42011.

In addition, adjust the CI definition to test builds on macOS.
This commit is contained in:
Simonas Kazlauskas
2020-06-20 20:04:15 +03:00
parent 5ccd62ced8
commit b03da81afa
3 changed files with 26 additions and 10 deletions
+2
View File
@@ -16,6 +16,8 @@
#ifdef __CYGWIN__
# define ftello64(x) ftello(x)
#elif defined __APPLE__
# define ftello64(x) ftello(x)
#elif defined _WIN32
# define ftello64(x) _ftelli64(x)
#endif