diff options
| author | Victor Romero <romerosanchezv@gmail.com> | 2019-03-08 22:09:33 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-08 22:09:33 -0800 |
| commit | a14e462ef9bc5876d621e6d14b38092b5722bf0f (patch) | |
| tree | 938c14a801f3408d8d33e57bc69478efdc15f7fe /ports/antlr4/CONTROL | |
| parent | 45fadafed080b6b7704ce635fc1c4276d0109f0b (diff) | |
| download | vcpkg-a14e462ef9bc5876d621e6d14b38092b5722bf0f.tar.gz vcpkg-a14e462ef9bc5876d621e6d14b38092b5722bf0f.zip | |
[antlr4] Support build on Linux and MacOS (#5606)
* Patch VS project file with CRT linkage
* [antlr4] Support build on Linux and MacOS
Diffstat (limited to 'ports/antlr4/CONTROL')
| -rw-r--r-- | ports/antlr4/CONTROL | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ports/antlr4/CONTROL b/ports/antlr4/CONTROL index 900f2622e..4af73fb8a 100644 --- a/ports/antlr4/CONTROL +++ b/ports/antlr4/CONTROL @@ -1,3 +1,4 @@ Source: antlr4 -Version: 4.7.1-2 -Description: ANother Tool for Language Recognition
\ No newline at end of file +Version: 4.7.1-3 +Description: ANother Tool for Language Recognition +Build-Depends: libuuid (!uwp&!windows&!osx)
\ No newline at end of file |
