mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-23 19:38:48 +03:00
Fix lean and mean definition
This commit is contained in:
parent
9aae585ec6
commit
bc5c8189da
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ if host_machine.system() == 'darwin'
|
|||
deps += dependency('UserNotifications', method: 'extraframework')
|
||||
elif host_machine.system() == 'windows'
|
||||
sources += ['src/notifications/ManagerWin.cpp']
|
||||
add_project_arguments('-DNOMINMAX WIN32_LEAN_AND_MEAN', '-DSTRICT', '/Zc:__cplusplus', language: 'cpp')
|
||||
add_project_arguments('-DNOMINMAX', '-DWIN32_LEAN_AND_MEAN', '-DSTRICT', '/Zc:__cplusplus', language: 'cpp')
|
||||
deps += dependency('wintoast')
|
||||
else
|
||||
sources += ['src/notifications/ManagerLinux.cpp']
|
||||
|
|
Loading…
Reference in a new issue