GIT
/
REPO
/
FRED-BOY
Projects
/
d2df-sdl.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d70d568
)
Fix building for android
author
DeaDDooMER <deaddoomer@deadsoftware.ru>
Sun, 10 Feb 2019 09:29:37 +0000
(12:29 +0300)
committer
DeaDDooMER <deaddoomer@deadsoftware.ru>
Sun, 10 Feb 2019 09:29:37 +0000
(12:29 +0300)
src/engine/e_log.pas
patch
|
blob
|
history
diff --git
a/src/engine/e_log.pas
b/src/engine/e_log.pas
index 8f35d36aa3ba6a54980946a96fda6f9d4983be18..a1ca45c21e6da75c2948a2a4c99a32b5dc66103d 100644
(file)
--- a/
src/engine/e_log.pas
+++ b/
src/engine/e_log.pas
@@
-54,7
+54,9
@@
var
implementation
uses
- {SDL2,}
+ {$IFDEF ANDROID}
+ SDL2,
+ {$ENDIF}
conbuf, utils;
var
DEADSOFTWARE 2012-2025