mirror of
https://github.com/Drezil/imgui.git
synced 2025-11-19 05:21:04 +01: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