Without this, the binary would still be built with libstdc++, if that's the system/compiler default.
5 lines
64 B
Makefile
5 lines
64 B
Makefile
CXX_SOURCES := main.cpp
|
|
USE_LIBCPP := 1
|
|
|
|
include Makefile.rules
|