mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-07-18 00:44:51 +00:00
Cygwin: WINDOWS can be Windows instead.
This commit is contained in:
parent
643a8fc493
commit
ee2fbcd41e
2 changed files with 2 additions and 2 deletions
2
.github/workflows/cygwin.yml
vendored
2
.github/workflows/cygwin.yml
vendored
|
|
@ -16,4 +16,4 @@ jobs:
|
|||
run: make && make docs
|
||||
- name: Check
|
||||
shell: bash {0}
|
||||
run: ldd proxytunnel.exe | awk '{print $3}' | grep -v WINDOWS | sort | uniq
|
||||
run: ldd proxytunnel.exe | awk '{print $3}' | grep -vi windows/system32 | sort | uniq
|
||||
|
|
|
|||
|
|
@ -109,5 +109,5 @@ $ make docs
|
|||
|
||||
To use `proxytunnel.exe` from windows, copy cygwin and openssl dll to the same directory as proxytunnel.exe (use `ldd` cmd to see what dll are used by `proxytunnel.exe`) cmd:
|
||||
```
|
||||
$ cp $(ldd proxytunnel.exe | awk '{print $3}' | grep -v WINDOWS | sort | uniq) .
|
||||
$ cp $(ldd proxytunnel.exe | awk '{print $3}' | grep -vi windows/system32 | sort | uniq) .
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue