File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,11 @@ library
5757 if os(windows)
5858 c-sources :
5959 cbits/win32/runProcess.c
60+ includes :
61+ runProcess.h
62+ install-includes :
63+ runProcess.h
64+ processFlags.h
6065 other-modules : System.Process.Windows
6166 build-depends : Win32 >= 2.4 && < 2.14
6267 -- ole32 and rpcrt4 are needed to create GUIDs for unique named pipes
@@ -70,15 +75,17 @@ library
7075 cbits/posix/fork_exec.c
7176 cbits/posix/posix_spawn.c
7277 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
7385 other-modules : System.Process.Posix
7486 build-depends : unix >= 2.5 && < 2.9
7587
7688 include-dirs : include
77- includes :
78- runProcess.h
79- install-includes :
80- runProcess.h
81- processFlags.h
8289
8390 ghc-options : -Wall
8491
You can’t perform that action at this time.
0 commit comments