Skip to content

Commit

Permalink
修正
Browse files Browse the repository at this point in the history
  • Loading branch information
melpon committed Oct 19, 2024
1 parent e8a2d39 commit c1a7286
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ def do_package(debug: bool, target: str, env: str, prefix: str):
cmake_configuration = "Debug" if debug else "Release"
build_dir = os.path.join(BASE_DIR, "_build", configuration)
package_dir = os.path.join(BASE_DIR, "_package")
mkdir_p(package_dir)
do_build(debug, target, f"{prefix}/cattleshed-{env}", f"{prefix}/kennel-{env}")
cmd(["cmake", "--install", os.path.join(build_dir, target), "--config", cmake_configuration])
with cd(prefix):
Expand Down

0 comments on commit c1a7286

Please sign in to comment.