Skip to content

Commit 0a6a22d

Browse files
author
linesight
committed
getting partical fix (part 2) from cztomczak@d6deaf8
1 parent 5309afe commit 0a6a22d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ def build_cefpython_module():
807807
args = list()
808808
args.append("\"{python}\"".format(python=sys.executable))
809809
args.append(os.path.join(TOOLS_DIR, os.path.basename(__file__)))
810-
assert __file__ in sys.argv[0]
810+
assert os.path.basename(__file__) in sys.argv[0]
811811
args.extend(SYS_ARGV_ORIGINAL[1:])
812812
command = " ".join(args)
813813
print("[build.py] Running command: %s" % command)

0 commit comments

Comments
 (0)