Skip to content

Commit

Permalink
Raspbian build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Voidious committed Oct 12, 2015
1 parent 89ee275 commit 505f525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ RPI_CFLAGS = -I./luajit/src -I./stlsoft-1.9.116/include -I/opt/vc/include
RPI_CFLAGS += -I/opt/vc/include/interface/vcos/pthreads
RPI_CFLAGS += -I/opt/vc/include/interface/vmcs_host/linux

RPI_LDFLAGS = -L/opt/vc/lib -lGLESv2 -ldl
RPI_LDFLAGS = -L/opt/vc/lib -lGLESv2 -lEGL -lbcm_host -lpthread -ldl
##############################################################################


Expand Down

0 comments on commit 505f525

Please sign in to comment.