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
Review paths
pull/849/head
Ray
5 years ago
parent
3dfbeb5488
commit
8db2203bcc
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
examples/Makefile
+1
-1
src/Makefile
+ 1
- 1
examples/Makefile
View File
@ -117,7 +117,7 @@ endif
i
f
e
q
(
$(
PLATFORM
)
,
P
L
A
T
F
O
R
M
_
W
E
B
)
# Emscripten required variables
EMSDK_PATH ?
=
D
:/emsdk
EMSDK_PATH ?
=
C
:/emsdk
EMSCRIPTEN_VERSION ?
=
1.38.31
CLANG_VERSION
=
e
$(
EMSCRIPTEN_VERSION
)
_64bit
PYTHON_VERSION
=
2.7.13.1_64bit
\p
ython-2.7.13.amd64
+ 1
- 1
src/Makefile
View File
@ -154,7 +154,7 @@ endif
i
f
e
q
(
$(
PLATFORM
)
,
P
L
A
T
F
O
R
M
_
W
E
B
)
# Emscripten required variables
EMSDK_PATH ?
=
D
:/emsdk
EMSDK_PATH ?
=
C
:/emsdk
EMSCRIPTEN_VERSION ?
=
1.38.31
CLANG_VERSION
=
e
$(
EMSCRIPTEN_VERSION
)
_64bit
PYTHON_VERSION
=
2.7.13.1_64bit
\p
ython-2.7.13.amd64
Write
Preview
Loading…
Cancel
Save