diff options
| author | wangli28 <47812810+wangli28@users.noreply.github.com> | 2019-05-27 17:55:20 +0000 |
|---|---|---|
| committer | Curtis J Bezault <curtbezault@gmail.com> | 2019-05-27 10:55:20 -0700 |
| commit | 62d0697f435cd2ecac5af31d5ea47f183df1d163 (patch) | |
| tree | ce055ddb7b8de4ed83a421713003de97e84c9059 /ports/shiva/CONTROL | |
| parent | 9ffac4d56eed774419fbb628ea89417a6399db58 (diff) | |
| download | vcpkg-62d0697f435cd2ecac5af31d5ea47f183df1d163.tar.gz vcpkg-62d0697f435cd2ecac5af31d5ea47f183df1d163.zip | |
[shiva] Fix build error "Could NOT find PythonInterp" (#6637)
Diffstat (limited to 'ports/shiva/CONTROL')
| -rw-r--r-- | ports/shiva/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/shiva/CONTROL b/ports/shiva/CONTROL index ef9154a29..9a92c1518 100644 --- a/ports/shiva/CONTROL +++ b/ports/shiva/CONTROL @@ -1,4 +1,4 @@ Source: shiva
-Version: 1.0
+Version: 1.0-1
Description: Modern C++ Game Engine
Build-Depends: boost-stacktrace, boost-filesystem, boost-dll, entt, lua (windows), luafilesystem (windows), sol2, pybind11, spdlog, nlohmann-json
|
