Skip to content

Commit 11df959

Browse files
authored
[windows] [build] Fix (maybe) #279
1 parent 032bea4 commit 11df959

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

appveyor.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,11 @@ install:
4141

4242
build_script:
4343
# Figure out version to set - if tag is defined, use that.
44-
# If not, set it to a space (which would evaluate to empty in
45-
# our QMake command).
44+
# If not, set it to a space (which would evaluate to empty in our QMake command).
4645
#
47-
# We remove the first character of CEMU_VERSION below to correctly
48-
# set our version for the build.
49-
- cmd: if defined APPVEYOR_REPO_TAG_NAME (set CEMU_VERSION=%APPVEYOR_REPO_TAG_NAME% & echo Using tagged version %CEMU_VERSION%) ELSE (set "CEMU_VERSION= " & echo No version defined, using empty version '%CEMU_VERSION%' and allowing QMake to set default for dev.)
46+
# We remove the first character (dummy 'z' or space) of
47+
# CEMU_VERSION below to correctly set our version for the build.
48+
- cmd: if defined APPVEYOR_REPO_TAG_NAME (set CEMU_VERSION=z%APPVEYOR_REPO_TAG_NAME% & echo Using tagged version %CEMU_VERSION%) ELSE (set "CEMU_VERSION= " & echo No version defined, using empty version '%CEMU_VERSION%' and allowing QMake to set default for dev.)
5049

5150
- cmd: set LIBPNG_APNG_INCLUDE=C:\libpng-apng-1.6.34\include
5251

0 commit comments

Comments
 (0)