Skip to content

Commit 5519826

Browse files
committed
define by := (no need for re-expansion)
1 parent 5aa2be8 commit 5519826

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile.config.example

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ INCLUDE_DIRS := $(PYTHON_INCLUDES) /usr/local/include
2626
LIBRARY_DIRS := $(PYTHON_LIB) /usr/lib /usr/local/lib
2727

2828
# For OS X, use clang++.
29-
CXX=/usr/bin/g++
29+
CXX := /usr/bin/g++
3030
# For OS X 10.9, use libstdc++ instead of libc++ for CUDA compatibility.
31-
#CXXFLAGS=-stdlib=libstdc++
31+
#CXXFLAGS := -stdlib=libstdc++
3232

33-
BUILD_DIR=build
34-
DISTRIBUTE_DIR=distribute
33+
BUILD_DIR := build
34+
DISTRIBUTE_DIR := distribute

0 commit comments

Comments
 (0)