Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
Merge pull request #111 from vmarkovtsev/patch-6
Browse files Browse the repository at this point in the history
Fix the build
  • Loading branch information
juanjux authored Jul 26, 2018
2 parents 386f3b9 + 9959534 commit 42745d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
print("WARNING: not retrieving libuast, using local version")

if os.getenv("CC") is None:
os.environ["CC"] = "gcc"
os.environ["CC"] = "g++" # yes, g++ - otherwise distutils will use gcc -std=c++11 and explode
if os.getenv("CXX") is None:
os.environ["CXX"] = "g++"
libraries = ['xml2']
Expand Down

0 comments on commit 42745d5

Please sign in to comment.