Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Mar 27, 2024
1 parent 24353fa commit 5bc16de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ endef
ifeq ($(os), linux)
$(eval $(call ruisapp_rules,opengl,x11))
$(eval $(call ruisapp_rules,opengles,x11))
$(eval $(call ruisapp_rules,opengl,wayland))
# $(eval $(call ruisapp_rules,opengl,wayland))
$(eval $(call ruisapp_rules,opengles,wayland))
else
$(eval $(call ruisapp_rules,opengl,))
Expand Down

0 comments on commit 5bc16de

Please sign in to comment.