فهرست منبع

Examples: Makefile leave CXX alone, instead leave commented out options. (nb: codeship doesn't seem have clang++)

omar 7 سال پیش
والد
کامیت
91d77be36e
3فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 1 1
      examples/opengl2_example/Makefile
  2. 1 1
      examples/opengl3_example/Makefile
  3. 1 1
      examples/sdl_opengl3_example/Makefile

+ 1 - 1
examples/opengl2_example/Makefile

@@ -12,7 +12,7 @@
 #
 
 #CXX = g++
-CXX = clang++
+#CXX = clang++
 
 EXE = opengl2_example
 OBJS = main.o imgui_impl_glfw_gl2.o

+ 1 - 1
examples/opengl3_example/Makefile

@@ -12,7 +12,7 @@
 #
 
 #CXX = g++
-CXX = clang++
+#CXX = clang++
 
 EXE = opengl3_example
 OBJS = main.o imgui_impl_glfw_gl3.o

+ 1 - 1
examples/sdl_opengl3_example/Makefile

@@ -12,7 +12,7 @@
 #
 
 #CXX = g++
-CXX = clang++
+#CXX = clang++
 
 EXE = sdl_opengl3_example
 OBJS = main.o imgui_impl_sdl_gl3.o