Skip to content

Commit bbfd064

Browse files
authored
Fix typo in build directory variable name (#59)
1 parent db64b36 commit bbfd064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set_kind("binary")
44
add_deps("sv")
55
add_links("sv")
66
add_includedirs("../include")
7-
add_linkdirs("$(buildir)")
7+
add_linkdirs("$(builddir)")
88

99
target("version_test")
1010
add_files("version.c")

0 commit comments

Comments
 (0)