-
- Downloads
common: change conflicting makefile variable
Because tests and examples are now compiled and linked using both c and c++ compilers a special makefile variable was required to identify the language. It was named LANG - unfortunately that conflicts with locale settings, the new name is COMPILE_LANG.
Showing
- src/examples/Makefile.inc 1 addition, 1 deletionsrc/examples/Makefile.inc
- src/examples/libpmemobj/cpp/Makefile 1 addition, 1 deletionsrc/examples/libpmemobj/cpp/Makefile
- src/test/Makefile.inc 1 addition, 1 deletionsrc/test/Makefile.inc
- src/test/obj_cpp_ptr/Makefile 1 addition, 1 deletionsrc/test/obj_cpp_ptr/Makefile
Loading
Please register or sign in to comment