We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aa2be8 commit 5519826Copy full SHA for 5519826
Makefile.config.example
@@ -26,9 +26,9 @@ INCLUDE_DIRS := $(PYTHON_INCLUDES) /usr/local/include
26
LIBRARY_DIRS := $(PYTHON_LIB) /usr/lib /usr/local/lib
27
28
# For OS X, use clang++.
29
-CXX=/usr/bin/g++
+CXX := /usr/bin/g++
30
# For OS X 10.9, use libstdc++ instead of libc++ for CUDA compatibility.
31
-#CXXFLAGS=-stdlib=libstdc++
+#CXXFLAGS := -stdlib=libstdc++
32
33
-BUILD_DIR=build
34
-DISTRIBUTE_DIR=distribute
+BUILD_DIR := build
+DISTRIBUTE_DIR := distribute
0 commit comments