Skip to content

Commit

Permalink
libm2k.iss.cmakein: Use 32bit flags for dll copying instead of the
Browse files Browse the repository at this point in the history
64bit nagtive check.

Signed-off-by: Alexandra Trifan <[email protected]>
  • Loading branch information
AlexandraTrifan committed Feb 1, 2021
1 parent 9649d72 commit a825405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libm2k.iss.cmakein
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Source: "C:\libiio-win64\libusb-1.0.dll"; DestDir: "{sys}"; Check: Is64BitInstal
Source: "C:\libiio-win32\libserialport-0.dll"; DestDir: "{sys}"; Tasks: install_libiio_force install_libiio; Flags: 32bit
Source: "C:\libiio-win64\libserialport-0.dll"; DestDir: "{sys}"; Check: Is64BitInstallMode; Tasks: install_libiio_force install_libiio;

Source: "C:\glog\build_0_3_5-win32\Release\glog.dll"; DestDir: "{sys}"; Check: not Is64BitInstallMode; Tasks: install_glog;
Source: "C:\glog\build_0_3_5-win32\Release\glog.dll"; DestDir: "{sys}"; Tasks: install_glog; Flags: 32bit
Source: "C:\glog\build_0_3_5-win64\Release\glog.dll"; DestDir: "{sys}"; Check: Is64BitInstallMode; Tasks: install_glog;

Source: "C:\projects\libm2k\build-win32\libm2k-sharp.dll"; DestDir: "{cf}\libm2k"; Check: not Is64BitInstallMode; Flags: replacesameversion
Expand Down

0 comments on commit a825405

Please sign in to comment.