浏览代码

Corrected bug on Linux linking

pull/172/head
Ray 8 年前
父节点
当前提交
13ebc745fe
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      examples/Makefile

+ 1
- 1
examples/Makefile 查看文件

@ -139,7 +139,7 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
# libraries for Debian GNU/Linux desktop compiling
# requires the following packages:
# libglfw3-dev libopenal-dev libegl1-mesa-dev
LIBS = -lraylib -lglfw3 -lGL -lopenal -lm -pthread -ldl
LIBS = -lraylib -lglfw3 -lGL -lopenal -lm -lpthread -ldl
# on XWindow could require also below libraries, just uncomment
#LIBS += -lX11 -lXrandr -lXinerama -lXi -lXxf86vm -lXcursor
else

正在加载...
取消
保存