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
Support externally provided compiler
pull/892/head
Ray
5 years ago
parent
5fec3ef895
commit
266df463cc
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
src/Makefile
+ 1
- 2
src/Makefile
View File
@ -206,8 +206,7 @@ ifeq ($(PLATFORM),PLATFORM_ANDROID)
e
n
d
i
f
# Define default C compiler and archiver to pack library
# NOTE: define g++ compiler if using C++
CC
=
gcc
CC
?=
gcc
AR
=
ar
i
f
e
q
(
$(
PLATFORM
)
,
P
L
A
T
F
O
R
M
_
D
E
S
K
T
O
P
)
Write
Preview
Loading…
Cancel
Save