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