aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-06-14 18:42:48 +0800
committerchriseth <chris@ethereum.org>2017-06-14 18:42:48 +0800
commit1d79059897ae35cc5af87a3afb0d5c05949ab2b3 (patch)
treed55dbffedd5473cb4ab1ea78a6d45039b19cd7c0 /cmake
parentd3f4c97c533b2f64dda9fe7bdf5848f6c8bbb300 (diff)
downloaddexon-solidity-1d79059897ae35cc5af87a3afb0d5c05949ab2b3.tar.gz
dexon-solidity-1d79059897ae35cc5af87a3afb0d5c05949ab2b3.tar.zst
dexon-solidity-1d79059897ae35cc5af87a3afb0d5c05949ab2b3.zip
Convert license to character array.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/templates/license.h.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/cmake/templates/license.h.in b/cmake/templates/license.h.in
index 48801347..b254e871 100644
--- a/cmake/templates/license.h.in
+++ b/cmake/templates/license.h.in
@@ -1,3 +1,5 @@
#pragma once
-static char const* licenseText = R"(@LICENSE_TEXT@)";
+static char licenseText[] = {
+ 0x@LICENSE_TEXT@
+};