File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -130,12 +130,16 @@ $(.RECIPEPREFIX)$(a)$(this_cc) -ObjC++ -c -o "$$$$@" $$(this_cxxflags) $$(OBJCXX
130130endef
131131
132132ifeq ($(os ) , linux)
133- $(eval $(call ruisapp_rules,opengl,xorg))
134- $(eval $(call ruisapp_rules,opengles,xorg))
135- # $(eval $(call ruisapp_rules,opengl,wayland))
136- $(eval $(call ruisapp_rules,opengles,wayland))
137- $(eval $(call ruisapp_rules,opengl,sdl))
133+ ifneq ($(config), emsc)
134+ $(eval $(call ruisapp_rules,opengl,xorg))
135+ $(eval $(call ruisapp_rules,opengles,xorg))
136+ # $(eval $(call ruisapp_rules,opengl,wayland))
137+ $(eval $(call ruisapp_rules,opengles,wayland))
138+ $(eval $(call ruisapp_rules,opengl,sdl))
139+ endif
140+
138141 $(eval $(call ruisapp_rules,opengles,sdl))
142+
139143else
140144 $(eval $(call ruisapp_rules,opengl,))
141145endif
You can’t perform that action at this time.
0 commit comments