Skip to content

Commit a2a24d9

Browse files
.github/workflows/dnmtools_release_macos.yml: updates to build in the license info when making a binary for release
1 parent f9801df commit a2a24d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dnmtools_release_macos.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
5858
CXX=g++-14 \
5959
LDFLAGS="-L/opt/dnmtools/lib -static-libgcc -static-libstdc++ -Wl,-dead_strip" \
6060
CPPFLAGS="-I/opt/dnmtools/include"
61+
../data/make_full_license_info_header.sh ../data/LICENSE > license.h
62+
echo "#define INCLUDE_FULL_LICENSE_INFO 1" >> config.h
6163
make -j4
6264
- name: Rename the binary
6365
run: mv build/dnmtools dnmtools_$(uname -m)

0 commit comments

Comments
 (0)