summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-01-05 12:37:32 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-01-05 12:37:32 +0200
commit7307fdd910cc8f51a898f83f97feda34b0a9477d (patch)
tree6374bb22734ee33d45895227841a5b33278fff02 /res
parent192d56c3fb61c43a3a5c3189a2a194a90e7bb3b4 (diff)
Don't use bincat.sh by default
It's not portable enough, need to tweak the script.
Diffstat (limited to 'res')
-rw-r--r--res/Embed.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/Embed.cmake b/res/Embed.cmake
index 1a971cc1..f21cfb14 100644
--- a/res/Embed.cmake
+++ b/res/Embed.cmake
@@ -3,7 +3,7 @@
3# License: BSD 2-Clause 3# License: BSD 2-Clause
4 4
5option (ENABLE_RESOURCE_EMBED "Embed resources inside the executable" OFF) 5option (ENABLE_RESOURCE_EMBED "Embed resources inside the executable" OFF)
6option (ENABLE_BINCAT_SH "Prepare resource files using the 'bincat.sh' shell script" ON) 6option (ENABLE_BINCAT_SH "Prepare resource files using the 'bincat.sh' shell script" OFF)
7 7
8if (ENABLE_BINCAT_SH OR CMAKE_CROSSCOMPILING) 8if (ENABLE_BINCAT_SH OR CMAKE_CROSSCOMPILING)
9 set (embed_use_bincat_sh YES) 9 set (embed_use_bincat_sh YES)