early-access version 2853
This commit is contained in:
5
externals/vcpkg/scripts/boost/post-source-stubs/atomic.cmake
vendored
Executable file
5
externals/vcpkg/scripts/boost/post-source-stubs/atomic.cmake
vendored
Executable file
@@ -0,0 +1,5 @@
|
||||
vcpkg_replace_string("${SOURCE_PATH}/build/Jamfile.v2"
|
||||
"project.load [ path.join [ path.make $(here:D) ] ../../config/checks/architecture ]"
|
||||
"project.load [ path.join [ path.make $(here:D) ] ../config/checks/architecture ]"
|
||||
)
|
||||
file(COPY "${CURRENT_INSTALLED_DIR}/share/boost-config/checks" DESTINATION "${SOURCE_PATH}/config")
|
5
externals/vcpkg/scripts/boost/post-source-stubs/context.cmake
vendored
Executable file
5
externals/vcpkg/scripts/boost/post-source-stubs/context.cmake
vendored
Executable file
@@ -0,0 +1,5 @@
|
||||
vcpkg_replace_string("${SOURCE_PATH}/build/Jamfile.v2"
|
||||
"import ../../config/checks/config"
|
||||
"import ../config/checks/config"
|
||||
)
|
||||
file(COPY "${CURRENT_INSTALLED_DIR}/share/boost-config/checks" DESTINATION "${SOURCE_PATH}/config")
|
5
externals/vcpkg/scripts/boost/post-source-stubs/fiber.cmake
vendored
Executable file
5
externals/vcpkg/scripts/boost/post-source-stubs/fiber.cmake
vendored
Executable file
@@ -0,0 +1,5 @@
|
||||
vcpkg_replace_string("${SOURCE_PATH}/build/Jamfile.v2"
|
||||
"import ../../config/checks/config"
|
||||
"import ../config/checks/config"
|
||||
)
|
||||
file(COPY "${CURRENT_INSTALLED_DIR}/share/boost-config/checks" DESTINATION "${SOURCE_PATH}/config")
|
5
externals/vcpkg/scripts/boost/post-source-stubs/json.cmake
vendored
Executable file
5
externals/vcpkg/scripts/boost/post-source-stubs/json.cmake
vendored
Executable file
@@ -0,0 +1,5 @@
|
||||
vcpkg_replace_string("${SOURCE_PATH}/build/Jamfile"
|
||||
"import ../../config/checks/config"
|
||||
"import ../config/checks/config"
|
||||
)
|
||||
file(COPY "${CURRENT_INSTALLED_DIR}/share/boost-config/checks" DESTINATION "${SOURCE_PATH}/config")
|
9
externals/vcpkg/scripts/boost/post-source-stubs/log.cmake
vendored
Executable file
9
externals/vcpkg/scripts/boost/post-source-stubs/log.cmake
vendored
Executable file
@@ -0,0 +1,9 @@
|
||||
file(READ "${SOURCE_PATH}/build/Jamfile.v2" _contents)
|
||||
string(REPLACE "import ../../config/checks/config" "import ../config/checks/config" _contents "${_contents}")
|
||||
string(REPLACE " <conditional>@select-arch-specific-sources" "#<conditional>@select-arch-specific-sources" _contents "${_contents}")
|
||||
file(WRITE "${SOURCE_PATH}/build/Jamfile.v2" "${_contents}")
|
||||
vcpkg_replace_string("${SOURCE_PATH}/build/log-arch-config.jam"
|
||||
"project.load [ path.join [ path.make $(here:D) ] ../../config/checks/architecture ]"
|
||||
"project.load [ path.join [ path.make $(here:D) ] ../config/checks/architecture ]"
|
||||
)
|
||||
file(COPY "${CURRENT_INSTALLED_DIR}/share/boost-config/checks" DESTINATION "${SOURCE_PATH}/config")
|
5
externals/vcpkg/scripts/boost/post-source-stubs/nowide.cmake
vendored
Executable file
5
externals/vcpkg/scripts/boost/post-source-stubs/nowide.cmake
vendored
Executable file
@@ -0,0 +1,5 @@
|
||||
vcpkg_replace_string("${SOURCE_PATH}/build/Jamfile.v2"
|
||||
"import ../../config/checks/config"
|
||||
"import ../config/checks/config"
|
||||
)
|
||||
file(COPY "${CURRENT_INSTALLED_DIR}/share/boost-config/checks" DESTINATION "${SOURCE_PATH}/config")
|
5
externals/vcpkg/scripts/boost/post-source-stubs/test.cmake
vendored
Executable file
5
externals/vcpkg/scripts/boost/post-source-stubs/test.cmake
vendored
Executable file
@@ -0,0 +1,5 @@
|
||||
vcpkg_replace_string("${SOURCE_PATH}/build/Jamfile.v2"
|
||||
"import ../../predef/check/predef"
|
||||
"import ../predef/check/predef"
|
||||
)
|
||||
file(COPY "${CURRENT_INSTALLED_DIR}/share/boost-predef/check" DESTINATION "${SOURCE_PATH}/predef")
|
5
externals/vcpkg/scripts/boost/post-source-stubs/wave.cmake
vendored
Executable file
5
externals/vcpkg/scripts/boost/post-source-stubs/wave.cmake
vendored
Executable file
@@ -0,0 +1,5 @@
|
||||
vcpkg_replace_string("${SOURCE_PATH}/build/Jamfile.v2"
|
||||
"import ../../config/checks/config"
|
||||
"import ../config/checks/config"
|
||||
)
|
||||
file(COPY "${CURRENT_INSTALLED_DIR}/share/boost-config/checks" DESTINATION "${SOURCE_PATH}/config")
|
Reference in New Issue
Block a user