summaryrefslogtreecommitdiff
path: root/libicuio/tests/build
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-15 03:27:02 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-15 03:27:02 +0300
commit29827fde524a42fe343b32ea3c2f543e9ed3ee55 (patch)
treee0c47c289a4f9f16793d7338d27bba92dc3f4118 /libicuio/tests/build
parent10887109a7f8ebd1b0ac1fb18dc59c94d1d1307b (diff)
Release version 65.1.0+1v65.1.0+1
Drop copyright notice from source code Convert libicuuc test from C to C++ so it can link library statically Drop linking -lpthread and -lm for MinGW GCC
Diffstat (limited to 'libicuio/tests/build')
-rw-r--r--libicuio/tests/build/bootstrap.build1
-rw-r--r--libicuio/tests/build/root.build3
2 files changed, 1 insertions, 3 deletions
diff --git a/libicuio/tests/build/bootstrap.build b/libicuio/tests/build/bootstrap.build
index 17797c1..b689bd5 100644
--- a/libicuio/tests/build/bootstrap.build
+++ b/libicuio/tests/build/bootstrap.build
@@ -1,5 +1,4 @@
# file : tests/build/bootstrap.build
-# copyright : Copyright (c) 2016-2019 Code Synthesis Ltd
# license : Unicode License; see accompanying LICENSE file
project = # Unnamed subproject.
diff --git a/libicuio/tests/build/root.build b/libicuio/tests/build/root.build
index e8283ae..76b5bd7 100644
--- a/libicuio/tests/build/root.build
+++ b/libicuio/tests/build/root.build
@@ -1,8 +1,7 @@
# file : tests/build/root.build
-# copyright : Copyright (c) 2016-2019 Code Synthesis Ltd
# license : Unicode License; see accompanying LICENSE file
-cxx.std = 14
+cxx.std = latest
using cxx