-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 升级0.6.5 * 升级0.6.6 * 升级0.6.6
- Loading branch information
Showing
11 changed files
with
155 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,7 +54,7 @@ def get_kt_build_dir(self, build_info): | |
subproject = build_info.get("subproject", None) | ||
if subproject is not None: | ||
build_dir = build_dir / subproject | ||
build_dir = build_dir / "build" / "bin" / "native" / "releaseShared" | ||
build_dir = build_dir / "build" / "bin" / "currentOs" / "releaseShared" | ||
return build_dir | ||
|
||
def build_sharedlib(self): | ||
|
@@ -70,7 +70,7 @@ def build_sharedlib(self): | |
subproject = build_info.get("subproject", None) | ||
if subproject is not None: | ||
task += f":{subproject}:" | ||
task += "linkReleaseSharedNative" | ||
task += "linkReleaseSharedForCurrentOs" | ||
|
||
run_gradle_task(root, task) | ||
|
||
|
@@ -120,7 +120,7 @@ def run(self): | |
|
||
setup( | ||
name="mahjong-utils", | ||
version="0.6.1", | ||
version="0.6.6", | ||
author="ssttkkl", | ||
author_email="[email protected]", | ||
license="MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.