Adapt build job to lhelper-2

This commit is contained in:
Francesco Abbate
2022-06-30 09:42:01 +02:00
parent b9bb64a2f0
commit ed99623ad3
2 changed files with 17 additions and 11 deletions
+8
View File
@@ -0,0 +1,8 @@
CC="${CC:-gcc}"
CXX="${CXX:-g++}"
CFLAGS=
CXXFLAGS=
LDFLAGS=
BUILD_TYPE=Release
packages=(pcre2 freetype2 sdl2 lua)