1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-04 11:10:15 +00:00
QB64-PE/internal/c/libqb
Matthew Kilgore 42bded9ba9 Fix build on MacOS High Sierra
Fairly simple, MacOS High Sierra's libcurl version is too old and not
have `CURLINFO_CONTENT_LENGTH_DOWNLOAD_T`. This adds a version check to
use the older version of that command which gives back a double instead.

Fixes: #287
2023-01-20 13:30:12 -05:00
..
include Replace time() with std::chrono, fix startup delay 2023-01-08 20:24:25 -05:00
src Fix build on MacOS High Sierra 2023-01-20 13:30:12 -05:00
build.mk Replace time() with std::chrono, fix startup delay 2023-01-08 20:24:25 -05:00