add -DWINDOWS to the library
This commit is contained in:
parent
822a507f28
commit
813cf0881e
@ -25,8 +25,12 @@ library
|
||||
Buildable: True
|
||||
else
|
||||
Buildable: False
|
||||
exposed-modules: Application
|
||||
|
||||
if os(windows)
|
||||
cpp-options: -DWINDOWS
|
||||
|
||||
hs-source-dirs: .
|
||||
exposed-modules: Application
|
||||
other-modules: Foundation
|
||||
Model
|
||||
Settings
|
||||
|
||||
Loading…
Reference in New Issue
Block a user