Przeglądaj źródła

Added required linker libs

pull/3/head
Ray 11 lat temu
rodzic
commit
4040f9095d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      templates/basic_test/makefile

+ 1
- 1
templates/basic_test/makefile Wyświetl plik

@ -52,7 +52,7 @@ LFLAGS = -L. -L../../src -L/opt/vc/lib
ifeq ($(PLATFORM),PLATFORM_RPI)
# libraries for Raspberry Pi compiling
# 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
# libraries for Windows desktop compiling
# NOTE: GLFW3 and OpenAL Soft libraries should be installed

Ładowanie…
Anuluj
Zapisz