Skip to content

Commit

Permalink
Build examples using the default target architecture. Stop enforcing …
Browse files Browse the repository at this point in the history
…x86-unicode
  • Loading branch information
negrutiu committed Jun 12, 2024
1 parent f347c0a commit 9dd77b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/NScurl-Debug.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

!ifdef AMD64
!define _TARGET_ amd64-unicode
Target ${_TARGET_}
!else ifdef ANSI
!define _TARGET_ x86-ansi
Target ${_TARGET_}
!else
!define _TARGET_ x86-unicode ; Default
!endif

Target ${_TARGET_}

# /dll commandline parameter
Var /global DLL

Expand Down
4 changes: 2 additions & 2 deletions tests/NScurl-Test.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

!ifdef AMD64
!define _TARGET_ amd64-unicode
Target ${_TARGET_}
!else ifdef ANSI
!define _TARGET_ x86-ansi
Target ${_TARGET_}
!else
!define _TARGET_ x86-unicode ; Default
!endif

Target ${_TARGET_}

!if /fileexists "${NSISDIR}\Include\ModernXXL.nsh"
!include "ModernXXL.nsh" ; Available in the NSIS fork from https://github.com/negrutiu/nsis
!endif
Expand Down

0 comments on commit 9dd77b9

Please sign in to comment.