mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-13 07:58:04 -05:00
5 lines
105 B
Makefile
5 lines
105 B
Makefile
APP_STL := c++_static
|
|
APP_CPPFLAGS += -fexceptions
|
|
LOCAL_LDLIBS += -latomic
|
|
LIBCXX_FORCE_REBUILD := true
|