Skip to content

Commit

Permalink
Update build.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jblindsay committed May 19, 2024
1 parent 47a8ef4 commit 953a251
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ def build(do_clean=False, exclude_runner=False, create_zip_artifact=False):
plugins_dir = os.path.join(app_dir, 'whitebox-plugins/src')

target_dir = os.path.join(app_dir, 'target/release')
if platform.system() == "Linux":
target_dir = os.path.join(app_dir, 'target/x86_64-unknown-linux-musl/release')
# if platform.system() == "Linux":
# target_dir = os.path.join(app_dir, 'target/x86_64-unknown-linux-musl/release')

if do_clean:
print("Cleaning old files...")
Expand Down

0 comments on commit 953a251

Please sign in to comment.