This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Merge branch 'develop' of
https://github.com/raysan5/raylib
into develop
pull/460/head
raysan5
7 years ago
parent
3a11cc5e31
327aec9da4
commit
5437458469
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.travis.yml
+1
-1
src/CMakeLists.txt
+1
-1
src/Makefile
+ 1
- 1
.travis.yml
View File
@ -13,7 +13,7 @@ matrix:
env
:
ARCH=i386
sudo
:
required
-
os
:
linux
env
:
ARCH=amd64
GLFW=SYSTEM
env
:
ARCH=amd64
sudo
:
required
-
os
:
osx
env
:
ARCH=universal
+ 1
- 1
src/CMakeLists.txt
View File
@ -2,7 +2,7 @@
project
(
raylib
)
include
(
"../utils.cmake"
)
set
(
PROJECT_VERSION
1.9.
2
)
set
(
PROJECT_VERSION
1.9.
4
)
set
(
API_VERSION
1
)
set
(
RAYLIB
raylib
)
#
N
a
m
e
o
f
t
h
e
g
e
n
e
r
a
t
e
d
l
i
b
r
a
r
y
+ 1
- 1
src/Makefile
View File
@ -44,7 +44,7 @@
# Define required raylib variables
PLATFORM
?=
PLATFORM_DESKTOP
RAYLIB_PATH
=
..
RAYLIB_VERSION
=
1.9.
2
RAYLIB_VERSION
=
1.9.
4
RAYLIB_API_VERSION
=
1
# Library type used for raylib: STATIC (.a) or SHARED (.so/.dll)
RAYLIB_LIBTYPE
?=
STATIC
Write
Preview
Loading…
Cancel
Save