Fix build with _FILE_OFFSET_BITS=64

This commit is contained in:
Cameron Gutman 2022-09-05 22:04:24 -05:00
commit ab6b88073c
3 changed files with 95 additions and 76 deletions

View file

@ -271,7 +271,7 @@ libdrm {
linux {
message(Master hooks enabled)
SOURCES += masterhook.c
SOURCES += masterhook.c masterhook_internal.c
LIBS += -ldl
}
}