1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-07 03:13:49 +00:00

Fix link dirs on Raspberry Pi

This commit is contained in:
Logan McNaughton 2016-07-04 12:30:01 -06:00
parent 803eb1d381
commit c0c4d16abc

View File

@ -74,6 +74,7 @@ if(EXISTS "/opt/vc/include/bcm_host.h")
)
link_directories(
"/opt/vc/lib"
"/opt/vc/lib/GL"
)
else(EXISTS "/opt/vc/include/bcm_host.h")
MESSAGE("bcm_host.h not found")