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

Commit 42745d5

Browse files
authored
Merge pull request #111 from vmarkovtsev/patch-6
Fix the build
2 parents 386f3b9 + 9959534 commit 42745d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
print("WARNING: not retrieving libuast, using local version")
2323

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

0 commit comments

Comments
 (0)