diff options
| author | JackBoosY <47264268+JackBoosY@users.noreply.github.com> | 2019-09-26 20:43:46 +0800 |
|---|---|---|
| committer | Curtis J Bezault <curtbezault@gmail.com> | 2019-09-26 05:43:46 -0700 |
| commit | 13476c9c93cb2168d90985be0e267b6e33a4ea37 (patch) | |
| tree | 0b022b5d7b575d1a39425b3bd6b41a3a60bfcacf /ports/sol2/CONTROL | |
| parent | c7b705fc057ccf6571110378b05d0230d6e6f2a6 (diff) | |
| download | vcpkg-13476c9c93cb2168d90985be0e267b6e33a4ea37.tar.gz vcpkg-13476c9c93cb2168d90985be0e267b6e33a4ea37.zip | |
[sol2]Disable export namespace to fix usage issue. (#8243)
* [sol2]Disable export namespace to fix usage issue.
* [sol2]Re-fix namespace issue.
Diffstat (limited to 'ports/sol2/CONTROL')
| -rw-r--r-- | ports/sol2/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sol2/CONTROL b/ports/sol2/CONTROL index 5a93c3c64..44f5e1ada 100644 --- a/ports/sol2/CONTROL +++ b/ports/sol2/CONTROL @@ -1,5 +1,5 @@ Source: sol2 -Version: 3.0.3 +Version: 3.0.3-1 Homepage: https://github.com/ThePhD/sol2 Description: Sol v2.0 - a C++ <-> Lua API wrapper with advanced features and top notch performance - is here, and it's great Build-Depends: lua (windows)
\ No newline at end of file |
