diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-02-05 03:32:03 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-04 11:32:03 -0800 |
| commit | fa022fb0fb85c627c8b55c574668b36cade71ac8 (patch) | |
| tree | ae370e32177287d27ca4ec3059a37082aa43b748 /ports/shiva | |
| parent | 85bf9d9d792e379e973d66c8af9f39d65d1d6d42 (diff) | |
| download | vcpkg-fa022fb0fb85c627c8b55c574668b36cade71ac8.tar.gz vcpkg-fa022fb0fb85c627c8b55c574668b36cade71ac8.zip | |
[tools] Add python64 bit. (#7964)
* [tools]Add python64 bit.
* [pybind11/shiva]Add version number.
* [duktape]Fix build error using python64 bit.
* [duktape]Fix python2 path.
* [duktape]Fix duketape build: using python2 tools.
* Change subdirs and archive names for PYTHON2 and PYTHON3
* [duktape] Update version info
* [shiva] Add homepage
* update baseline
* update baseline
Co-authored-by: Victor Romero <romerosanchezv@gmail.com>
Diffstat (limited to 'ports/shiva')
| -rw-r--r-- | ports/shiva/CONTROL | 3 | ||||
| -rw-r--r-- | ports/shiva/portfile.cmake | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/ports/shiva/CONTROL b/ports/shiva/CONTROL index 0ce81203d..2c235fd63 100644 --- a/ports/shiva/CONTROL +++ b/ports/shiva/CONTROL @@ -1,4 +1,5 @@ Source: shiva
-Version: 1.0-2
+Version: 1.0-3
+Homepage: https://github.com/Milerius/shiva
Description: Modern C++ Game Engine
Build-Depends: boost-stacktrace, boost-filesystem, boost-dll, entt, lua, luafilesystem (windows), sol2, pybind11, spdlog, nlohmann-json
diff --git a/ports/shiva/portfile.cmake b/ports/shiva/portfile.cmake index 372c318e0..72beec0e0 100644 --- a/ports/shiva/portfile.cmake +++ b/ports/shiva/portfile.cmake @@ -1,5 +1,3 @@ -include(vcpkg_common_functions)
-
vcpkg_find_acquire_program(PYTHON2)
vcpkg_from_github(
|
