Skip to content

Commit

Permalink
Appveyor Fixes (Linux)
Browse files Browse the repository at this point in the history
  • Loading branch information
petasis committed Jan 2, 2025
1 parent 51b59b5 commit 94d96aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ for:
init:
- echo "Init for Linux"
- echo `pwd`
- ls
- echo `ls`
- if [[ "$PLATFORM" == "x86" ]]; then export PLATFORM_CPU_ARCH="i686" ; fi
- if [[ "$PLATFORM" == "x64" ]]; then export PLATFORM_CPU_ARCH="x86_64"; fi
- export CONFIGURE_ARGS=""
Expand Down

0 comments on commit 94d96aa

Please sign in to comment.