mirror of
https://github.com/ocornut/imgui.git
synced 2025-10-26 12:27:30 +00:00
Examples: Makefile leave CXX alone, instead leave commented out options. (nb: codeship doesn't seem have clang++)
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
#
|
||||
|
||||
#CXX = g++
|
||||
CXX = clang++
|
||||
#CXX = clang++
|
||||
|
||||
EXE = opengl2_example
|
||||
OBJS = main.o imgui_impl_glfw_gl2.o
|
||||
|
||||
Reference in New Issue
Block a user