Skip to content

Commit

Permalink
Jdk 1.8 build failed. Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
Thrameos committed Nov 29, 2024
1 parent 3844c8c commit 25a2408
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setupext/build_ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,7 @@ def build_java_ext(self, ext):
cmd1 = shlex.split('%s -cp "%s" -d "%s" -g:none -source %s -target %s -encoding UTF-8' %
(javac, classpath, build_dir, target_version, target_version))
cmd1.extend(ext.sources)
os.makedirs("build/classes", exist_ok=True)
os.makedirs("build/classes/META-INF", exist_ok=True)
os.makedirs("build/classes/META-INF/versions/0", exist_ok=True)
self.announce(" %s" % " ".join(cmd1), level=distutils.log.INFO)
subprocess.check_call(cmd1)

Expand Down

0 comments on commit 25a2408

Please sign in to comment.