diff options
| author | Tsukasa Sugiura <t.sugiura0204@gmail.com> | 2017-06-15 08:30:22 +0900 |
|---|---|---|
| committer | Tsukasa Sugiura <t.sugiura0204@gmail.com> | 2017-06-15 08:30:22 +0900 |
| commit | e24f83aed10aca9014c75e203f99695eda8d3610 (patch) | |
| tree | 1a21971bd62bf4442fc15e4e321f308b319e3b1f /scripts | |
| parent | c5ac9898999b712b7bac2fbc497825882d5e9011 (diff) | |
| download | vcpkg-e24f83aed10aca9014c75e203f99695eda8d3610.tar.gz vcpkg-e24f83aed10aca9014c75e203f99695eda8d3610.zip | |
Fix typo of template
Fix typo of portfile template.
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/templates/portfile.in.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/templates/portfile.in.cmake b/scripts/templates/portfile.in.cmake index 2ea430453..bc5f5fe07 100644 --- a/scripts/templates/portfile.in.cmake +++ b/scripts/templates/portfile.in.cmake @@ -1,7 +1,7 @@ # Common Ambient Variables: # CURRENT_BUILDTREES_DIR = ${VCPKG_ROOT_DIR}\buildtrees\${PORT} # CURRENT_PACKAGES_DIR = ${VCPKG_ROOT_DIR}\packages\${PORT}_${TARGET_TRIPLET} -# CURRENT_PORT DIR = ${VCPKG_ROOT_DIR}\ports\${PORT} +# CURRENT_PORT_DIR = ${VCPKG_ROOT_DIR}\ports\${PORT} # PORT = current port name (zlib, etc) # TARGET_TRIPLET = current triplet (x86-windows, x64-windows-static, etc) # VCPKG_CRT_LINKAGE = C runtime linkage type (static, dynamic) |
