Files
rez_demo/AARCH64_BUILD/variables.mk

16 lines
434 B
Makefile
Raw Normal View History

export CPP_COMPILER=aarch64-buildroot-linux-gnu-g++
export BD=${PWD}AARCH64_BUILD/
2026-03-22 02:11:50 +01:00
RESOURCES_LOC=${PWD}../../resources/
# headers are good even if from ARM
# libraries must point to the right one
2026-03-22 02:11:50 +01:00
# for each libWWW.so.X.Y.Z
# ln -s /usr/lib/x..../libWWW.so.X.Y.Z /usr/lib/x..../libWWW.so
export WAYLAND_LIBRARIES=${RESOURCES_LOC}libraries/
export EGL_LIBRARIES=${RESOURCES_LOC}libraries/
export GLUT_L_D=${GLUT_D}AARCH64_BUILD/