diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/teeworlds/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/teeworlds/Makefile b/games/teeworlds/Makefile index fe396adc4475..2a37baeb7e83 100644 --- a/games/teeworlds/Makefile +++ b/games/teeworlds/Makefile @@ -59,7 +59,7 @@ post-patch: @${REINPLACE_CMD} -e '/aDirs\[\]/,/}/ s|"/.*"|"${DATADIR}"|' \ ${WRKSRC}/src/engine/shared/storage.cpp @${REINPLACE_CMD} -e 's|gcc|${CC}|; s|g++|${CXX}|' \ - ${BAM_WRKSRC}/src/driver_gcc.lua + ${BAM_WRKSRC}/src/driver_gcc.lua ${WRKSRC}/configure.lua # build bam executable - teeworlds own build system pre-build: |