diff options
| author | Ray <[email protected]> | 2017-12-23 18:57:26 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-12-23 18:57:26 +0100 |
| commit | 0bb90d21c6c95caa93f664123317bf0ada82ac2b (patch) | |
| tree | 8501659ff9d26dc185ae3f0bf0b11833bae5e808 /examples/Makefile | |
| parent | b5a1282c6bd76c6bad311fefe5e0d437e4036914 (diff) | |
| parent | dae426d9c6591b95f7d468af69e3d6bbe411d9dc (diff) | |
| download | raylib-0bb90d21c6c95caa93f664123317bf0ada82ac2b.tar.gz raylib-0bb90d21c6c95caa93f664123317bf0ada82ac2b.zip | |
Merge pull request #424 from Martinfx/develop
Added next BSD OS
Diffstat (limited to 'examples/Makefile')
| -rw-r--r-- | examples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile index 2c627459..fe3ff205 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -51,7 +51,7 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP) UNAMEOS=$(shell uname) ifeq ($(UNAMEOS),FreeBSD) PLATFORM_OS=FREEBSD - LIBPATH=linux + LIBPATH=freebsd endif ifeq ($(UNAMEOS),Darwin) PLATFORM_OS=OSX |
