-
Notifications
You must be signed in to change notification settings - Fork 682
Closed
Description
I’m told that HarfBuzz does not currently build on Cygwin, is this a known issue?:
../../src/hb-blob.cc: In function ‘hb_blob_t* hb_blob_create_from_file(const char*)’:
../../src/hb-blob.cc:545:40: error: ‘_O_BINARY’ was not declared in this scope
int fd = open (file_name, O_RDONLY | _O_BINARY, 0);
^~~~~~~~~
../../src/hb-blob.cc:545:40: note: suggested alternative: ‘O_BINARY’
int fd = open (file_name, O_RDONLY | _O_BINARY, 0);
^~~~~~~~~
O_BINARY
Do we have a Cygwin build bot, and if not do we want one?
Metadata
Metadata
Assignees
Labels
No labels