We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1220978 commit 48e7127Copy full SHA for 48e7127
wscript
@@ -14,4 +14,4 @@ def build(bld):
14
obj.cxxflags = ["-Wall"]
15
obj.linkflags = ["-lutil"]
16
obj.target = "pty"
17
- obj.source = "src/pty.cc"
+ obj.source = "src/unix/pty.cc"
0 commit comments