File tree 1 file changed +12
-5
lines changed
1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,11 @@ library
57
57
if os(windows)
58
58
c-sources :
59
59
cbits/win32/runProcess.c
60
+ includes :
61
+ runProcess.h
62
+ install-includes :
63
+ runProcess.h
64
+ processFlags.h
60
65
other-modules : System.Process.Windows
61
66
build-depends : Win32 >= 2.4 && < 2.14
62
67
-- ole32 and rpcrt4 are needed to create GUIDs for unique named pipes
@@ -70,15 +75,17 @@ library
70
75
cbits/posix/fork_exec.c
71
76
cbits/posix/posix_spawn.c
72
77
cbits/posix/find_executable.c
78
+ includes :
79
+ runProcess.h
80
+ cbits/posix/bsd_closefrom.h
81
+ install-includes :
82
+ runProcess.h
83
+ processFlags.h
84
+ cbits/posix/bsd_closefrom.h
73
85
other-modules : System.Process.Posix
74
86
build-depends : unix >= 2.5 && < 2.8
75
87
76
88
include-dirs : include
77
- includes :
78
- runProcess.h
79
- install-includes :
80
- runProcess.h
81
- processFlags.h
82
89
83
90
ghc-options : -Wall
84
91
You can’t perform that action at this time.
0 commit comments