1
1
mirror of https://github.com/github/semantic.git synced 2024-12-01 00:33:59 +03:00

Link against stdc++

This commit is contained in:
joshvera 2017-01-31 15:33:13 -05:00
parent c85bd71cc1
commit 48686e7c24

View File

@ -18,7 +18,7 @@ library
, haskell-tree-sitter
default-language: Haskell2010
c-sources: vendor/tree-sitter-ruby/src/parser.c
extra-libraries: scanner
extra-libraries: scanner, stdc++
source-repository head
type: git