Skip to content

Commit ee3be55

Browse files
Piotr Rozyczkoajj
Piotr Rozyczko
authored andcommitted
Attempt at fixing windows 32 build
1 parent 736f27e commit ee3be55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sasview/setup_exe.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,8 @@ def dll_check(dll_path, dlls):
371371
dest_base = "SasView"
372372
)
373373

374-
bundle_option = 2
374+
# bundle_option = 2
375+
bundle_option = 3
375376
if is_64bits:
376377
bundle_option = 3
377378
generate_installer()

0 commit comments

Comments
 (0)