diff options
| author | Simon Hausmann <hausmann@gmail.com> | 2018-06-19 19:02:49 +0200 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-06-19 19:02:49 +0200 |
| commit | 1bc3110a3b1c6d839d173091643b3bbb60462c3c (patch) | |
| tree | 242806af57645b28dc9ba6b5f9328f3e26f0d26a | |
| parent | 89c736c3e4038518ed4256f774e428386e4f4351 (diff) | |
| download | vcpkg-1bc3110a3b1c6d839d173091643b3bbb60462c3c.tar.gz vcpkg-1bc3110a3b1c6d839d173091643b3bbb60462c3c.zip | |
Fix build of llvm on Linux (#3751)
The mfcatl dependency is only needed on Windows.
| -rw-r--r-- | ports/llvm/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/llvm/CONTROL b/ports/llvm/CONTROL index 37368dbc7..6c45de2ec 100644 --- a/ports/llvm/CONTROL +++ b/ports/llvm/CONTROL @@ -1,4 +1,4 @@ Source: llvm
Version: 6.0.0-1
Description: The LLVM Compiler Infrastructure
-Build-Depends: atlmfc
+Build-Depends: atlmfc (windows)
|
