mirror of
https://github.com/curl/curl.git
synced 2026-06-03 15:24:16 +03:00
tidy-up: use consistent casing for Windows directories
C:\Windows\System32 Closes #13832
This commit is contained in:
parent
30c235f395
commit
dace891e38
4 changed files with 11 additions and 11 deletions
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
|
|
@ -67,7 +67,7 @@ jobs:
|
|||
timeout-minutes: 5
|
||||
shell: C:\cygwin\bin\bash.exe '{0}'
|
||||
run: |
|
||||
export PATH="/usr/bin:$(cygpath ${SYSTEMROOT})/system32"
|
||||
export PATH="/usr/bin:$(cygpath ${SYSTEMROOT})/System32"
|
||||
autoreconf -fi
|
||||
mkdir bld && cd bld && ../configure --enable-warnings --enable-werror \
|
||||
--prefix="${HOME}"/install \
|
||||
|
|
@ -116,7 +116,7 @@ jobs:
|
|||
timeout-minutes: 5
|
||||
shell: C:\cygwin\bin\bash.exe '{0}'
|
||||
run: |
|
||||
export PATH="/usr/bin:$(cygpath ${SYSTEMROOT})/system32"
|
||||
export PATH="/usr/bin:$(cygpath ${SYSTEMROOT})/System32"
|
||||
cmake -B bld ${options} \
|
||||
"-DCMAKE_C_FLAGS=${cflags}" \
|
||||
-DCMAKE_UNITY_BUILD=ON \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue