Browse Source

fix

pull/4440/head
Nishi 2 months ago
parent
commit
8973a133c7
No known key found for this signature in database GPG Key ID: BAEA61502BFD1F1C
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      examples/Makefile

+ 1
- 1
examples/Makefile View File

@ -401,7 +401,7 @@ ifeq ($(TARGET_PLATFORM),PLATFORM_DESKTOP_GLFW)
ifeq ($(PLATFORM_OS),BSD)
# Libraries for FreeBSD, OpenBSD, NetBSD, DragonFly desktop compiling
# NOTE: Required packages: mesa-libs
LDFLAGS += -L/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/pkg/lib -Wl,-R/usr/X11R7/lib
LDFLAGS += -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib
LDLIBS = -lraylib -lGL -lpthread -lm
# On XWindow requires also below libraries

Loading…
Cancel
Save