Skip to content

Commit cb6c89a

Browse files
committed
Debugging package.
1 parent 8cc2d3a commit cb6c89a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

meson.build

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,15 +186,15 @@ endif
186186
if cxx.get_id() == 'msvc'
187187

188188
static_library(
189-
meson.project_name(),
189+
'hllapi',
190190
sources,
191191
install: true,
192192
dependencies: lib_deps,
193193
include_directories: includes_dir
194194
)
195195

196196
shared_library(
197-
meson.project_name(),
197+
'hllapi',
198198
sources,
199199
install: true,
200200
dependencies: lib_deps,
@@ -204,7 +204,7 @@ if cxx.get_id() == 'msvc'
204204
else
205205

206206
dynamic = shared_library(
207-
meson.project_name(),
207+
'hllapi',
208208
sources,
209209
install: true,
210210
cpp_args: [ '-ffat-lto-objects' ],
@@ -215,7 +215,7 @@ else
215215
)
216216

217217
static_library(
218-
meson.project_name(),
218+
'hllapi',
219219
sources,
220220
install: true,
221221
cpp_args: [ '-fno-lto' ],

po/pt_BR.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: pw3270 5.0\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2025-09-16 22:43-0300\n"
8+
"POT-Creation-Date: 2025-09-16 22:45-0300\n"
99
"PO-Revision-Date: 2020-02-05 15:53-0300\n"
1010
"Last-Translator: Perry Werneck <perry.werneck@gmail.com>\n"
1111
"Language-Team: Português <>\n"

0 commit comments

Comments
 (0)