Skip to content

Commit caa0be8

Browse files
Update setup.py
1 parent a8a6a34 commit caa0be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ def run(self):
494494
# Run build.sh with SDK path exported
495495
env = dict(**os.environ)
496496
env["QNN_SDK_ROOT"] = str(sdk_path)
497-
subprocess.check_call([str(build_sh), "--skip_aarch64"], env=env)
497+
subprocess.check_call([str(build_sh), "--skip_la"], env=env)
498498

499499
# Copy the main .so into the wheel package
500500
so_src = (

0 commit comments

Comments
 (0)