823025651ec0baffef2fc7037f3b478d62dd4052
jcasper
  Thu Mar 26 14:28:25 2020 -0700
Fixing libs build for machines without C++ libs; added USE_HIC option to makes, refs #24414

diff --git src/hg/lib/straw/makefile src/hg/lib/straw/makefile
index d1c0384..5ee630d 100644
--- src/hg/lib/straw/makefile
+++ src/hg/lib/straw/makefile
@@ -1,2 +1,2 @@
 straw.o: straw.cpp
-	g++ straw.cpp -g -c -lz -std=c++11 -lcurl -o ../straw.o
+	${CXX} straw.cpp -g -c -lz -std=c++11 -lcurl -o ../straw.o