Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Mar 25, 2024
1 parent cc1be14 commit 218d3bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ ifeq ($(os), linux)
$(eval $(call ruisapp_rules,opengl,wayland))
$(eval $(call ruisapp_rules,opengles,wayland))
else
$(eval $(call ruisapp_rules,opengl))
$(eval $(call ruisapp_rules,opengl,))
endif

# clear variable
Expand Down
2 changes: 1 addition & 1 deletion tests/app/res/main.res
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ img_camera{

npt_sample{
tex{ruis_tex_ui}
rect{0 0 13 13}
// rect{0 0 13 13}
borders{6 6 6 6}
}

Expand Down

0 comments on commit 218d3bd

Please sign in to comment.