Skip to content

Commit c5d4fda

Browse files
committed
Add user specificed compiler flag
1 parent 2d9d13b commit c5d4fda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PostMeshPy/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131

3232

3333
# Set the compiler
34+
# Must be called as: "python setup.py build_ext CXX=/usr/bin/g++"
3435
args = sys.argv
3536
_cxx_specified = False
3637
if len(args) > 1:

0 commit comments

Comments
 (0)