Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit ccb21a2

Browse files
committed
++
1 parent cf0bd52 commit ccb21a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/javadoc/gen_javadoc.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717
def JavadocBin():
1818
if sys.platform == 'darwin':
1919
return os.path.join(
20-
SCRIPT_DIR, '..', '..', '..', 'third_party', 'java', 'openjdk', 'Contents', 'Home', 'bin',
20+
SCRIPT_DIR, '..', '..', 'third_party', 'java', 'openjdk', 'Contents', 'Home', 'bin',
2121
'javadoc'
2222
)
2323
elif sys.platform.startswith(('cygwin', 'win')):
2424
return os.path.join(
25-
SCRIPT_DIR, '..', '..', '..', 'third_party', 'java', 'openjdk', 'bin', 'javadoc.exe'
25+
SCRIPT_DIR, '..', '..', 'third_party', 'java', 'openjdk', 'bin', 'javadoc.exe'
2626
)
2727
else:
2828
return os.path.join(
29-
SCRIPT_DIR, '..', '..', '..', 'third_party', 'java', 'openjdk', 'bin', 'javadoc'
29+
SCRIPT_DIR, '..', '..', 'third_party', 'java', 'openjdk', 'bin', 'javadoc'
3030
)
3131

3232

0 commit comments

Comments
 (0)