소스 검색

Added required linker libs

pull/3/head
Ray 10 년 전
부모
커밋
9b5e66f5ea
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      templates/advance_game/makefile

+ 1
- 1
templates/advance_game/makefile 파일 보기

@ -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

불러오는 중...
취소
저장