Parcourir la source

Added required linker libs

pull/3/head
Ray il y a 11 ans
Parent
révision
d025230707
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      templates/standard_game/makefile

+ 1
- 1
templates/standard_game/makefile Voir le fichier

@ -52,7 +52,7 @@ LFLAGS = -L. -L../../src -L/opt/vc/lib
ifeq ($(PLATFORM),PLATFORM_RPI) ifeq ($(PLATFORM),PLATFORM_RPI)
# libraries for Raspberry Pi compiling # libraries for Raspberry Pi compiling
# NOTE: OpenAL Soft library should be installed (libopenal1 package) # NOTE: OpenAL Soft library should be installed (libopenal1 package)
LIBS = -lraylib -lGLESv2 -lEGL -lm -lbcm_host -lopenal
LIBS = -lraylib -lGLESv2 -lEGL -lpthread -lrt -lm -lbcm_host -lopenal
else else
# libraries for Windows desktop compiling # libraries for Windows desktop compiling
# NOTE: GLFW3 and OpenAL Soft libraries should be installed # NOTE: GLFW3 and OpenAL Soft libraries should be installed

Chargement…
Annuler
Enregistrer