Skip to content

Commit e8e3a47

Browse files
ohsory1324ry
authored andcommitted
fix: little typo (ry#15)
1 parent 38d01a4 commit e8e3a47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def main():
8888
lib_fn = Rebuild()
8989
else:
9090
print("Using prebuilt V8 %s" % lib_fn)
91-
WriteProgramConifgFile(lib_fn)
91+
WriteProgramConfigFile(lib_fn)
9292

9393
def platform_name():
9494
u = platform.uname()
@@ -122,7 +122,7 @@ def Rebuild():
122122
lib_fn = os.path.join(v8build_path, "obj/libv8_monolith.a")
123123
return lib_fn
124124

125-
def WriteProgramConifgFile(lib_fn):
125+
def WriteProgramConfigFile(lib_fn):
126126
assert os.path.exists(lib_fn)
127127
if not os.path.isdir(out_path):
128128
os.makedirs(out_path)

0 commit comments

Comments
 (0)