Skip to content

Commit dbc64c2

Browse files
committed
Merge branch 'feature-input-actions' of https://github.com/iceshard-engine/engine into feature-input-actions
2 parents 1a8ccab + 9fde1d3 commit dbc64c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/code/core/utils/private/log_internal.hxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ namespace ice::detail
137137
"DEBG",
138138
};
139139

140-
#if ISP_WEBAPP || ISP_ANDROID
140+
#if ISP_WEBAPP || ISP_ANDROID || ISP_LINUX
141141
auto local_time() noexcept -> std::tm
142142
{
143143
std::chrono::system_clock::time_point const now = std::chrono::system_clock::now();

0 commit comments

Comments
 (0)