mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:49:08 +08:00
b7ef16861f
* [avisynthplus] Add new port * [avisynthplus] Disable static build Static build is not supported. See https://github.com/AviSynth/AviSynthPlus/issues/130 * [avisynthplus] Ass Supports to CONTROL * [avisynthplus] set static to fail in CI baseline * [avisynthplus] add vcpkg_fail_port_install
21 lines
603 B
Diff
21 lines
603 B
Diff
diff --git a/avs_core/Version.cmake b/avs_core/Version.cmake
|
|
index e2be19d2..1d4dd922 100644
|
|
--- a/avs_core/Version.cmake
|
|
+++ b/avs_core/Version.cmake
|
|
@@ -1,12 +1,4 @@
|
|
-EXECUTE_PROCESS(
|
|
- COMMAND "${GIT}" --git-dir=${REPO}/.git rev-list --count HEAD
|
|
- OUTPUT_VARIABLE AVS_SEQREV
|
|
- OUTPUT_STRIP_TRAILING_WHITESPACE
|
|
-)
|
|
-EXECUTE_PROCESS(
|
|
- COMMAND "${GIT}" --git-dir=${REPO}/.git rev-parse --abbrev-ref HEAD
|
|
- OUTPUT_VARIABLE AVS_BRANCH
|
|
- OUTPUT_STRIP_TRAILING_WHITESPACE
|
|
-)
|
|
+set(AVS_SEQREV 3043)
|
|
+set(AVS_BRANCH 3.5)
|
|
CONFIGURE_FILE(${SRC} ${DST} @ONLY)
|
|
|
|
\ No newline at end of file
|