ソースを参照

Added required linker libs

pull/3/head
Ray 11年前
コミット
c790891e60
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      templates/simple_game/makefile

+ 1
- 1
templates/simple_game/makefile ファイルの表示

@ -56,7 +56,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

読み込み中…
キャンセル
保存