Skip to content

Commit fb0972c

Browse files
authored
[rls] Fix conda-build for onedal ifaces (#720)
1 parent 79eed19 commit fb0972c

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
@@ -161,7 +161,7 @@ def get_libs(iface='daal'):
161161
libraries_plat = ['onedal_core', 'onedal_thread']
162162
onedal_lib = ['onedal']
163163
if iface == 'onedal':
164-
libraries_plat += onedal_lib
164+
libraries_plat = onedal_lib + libraries_plat
165165
return libraries_plat
166166

167167

0 commit comments

Comments
 (0)