Skip to content

Commit 0ac402f

Browse files
committed
Update setup.py
1 parent 91f0f51 commit 0ac402f

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
@@ -136,7 +136,7 @@ def build_cmake():
136136
if toolchain is None:
137137
if sys.platform.startswith('win'): # Copy Genie library to 'lib' folder for compiling GenieBuilder pyd.
138138
LIB_PATH = QNN_SDK_ROOT + "/lib/aarch64-windows-msvc"
139-
if arch == "ARM64EC": # TODO: No ARM64EC support in Genie SDK yet.
139+
if arch == "ARM64EC":
140140
LIB_PATH = QNN_SDK_ROOT + "/lib/arm64x-windows-msvc"
141141
else: # TODO: linux or android.
142142
if os.path.exists(os.path.join(QNN_SDK_ROOT, 'lib', 'aarch64-oe-linux-gcc11.2', 'libGenie.so')):

0 commit comments

Comments
 (0)