Skip to content

Commit 48e7127

Browse files
committed
fix wscript for unix.
1 parent 1220978 commit 48e7127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ def build(bld):
1414
obj.cxxflags = ["-Wall"]
1515
obj.linkflags = ["-lutil"]
1616
obj.target = "pty"
17-
obj.source = "src/pty.cc"
17+
obj.source = "src/unix/pty.cc"

0 commit comments

Comments
 (0)