From 908ef39864442c0807954af5d3f88a3da1a6f8a5 Mon Sep 17 00:00:00 2001 From: Rob Clark Date: Sat, 29 Feb 2020 09:47:06 -0800 Subject: fix build error /usr/bin/ld: kmscube@exe/cube-tex.c.o:/home/robclark/src/kmscube/debug/../cube-tex.c:47: multiple definition of `gl'; kmscube@exe/cube-smooth.c.o:/home/robclark/src/kmscube/debug/../cube-smooth.c:40: first defined here --- cube-smooth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cube-smooth.c') diff --git a/cube-smooth.c b/cube-smooth.c index 483c2ae..b8d2c32 100644 --- a/cube-smooth.c +++ b/cube-smooth.c @@ -28,7 +28,7 @@ #include "esUtil.h" -struct { +static struct { struct egl egl; GLfloat aspect; -- cgit v1.2.1