Browse Source

Update for VS link

pull/681/head
Nathan Loofbourrow 9 years ago
parent
commit
77480b5774
  1. 3
      build/LLVM.lua

3
build/LLVM.lua

@ -74,6 +74,9 @@ function SetupLLVMLibs() @@ -74,6 +74,9 @@ function SetupLLVMLibs()
configuration "macosx"
links { "c++", "curses", "pthread", "z" }
configuration "vs*"
links { "version" }
configuration {}

Loading…
Cancel
Save