Skip to content

Commit

Permalink
import pscx
Browse files Browse the repository at this point in the history
  • Loading branch information
niyas-sait committed Oct 6, 2021
1 parent d44b7e5 commit c6774ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ environment:

install:
- cmd: git submodule update --init --recursive
- ps: ls "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\"
- ps: install-module pscx -scope CurrentUser -AllowClobber

build: off
build_script:
Expand Down
2 changes: 2 additions & 0 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Param(
[switch]$vs2008
)

$ErrorActionPreference = "Stop"
Import-Module Pscx

$platDir = If($x64) { "\x64" } ElseIf ($arm64) { "\ARM64" } Else { "" }
$distname = If($x64) { "win64" } ElseIf($arm64) { "win-arm64" } Else { "win32" }
Expand Down

0 comments on commit c6774ee

Please sign in to comment.