Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit e3bb20a

Browse files
jamesrwaughJCWasmx86
authored andcommitted
Fix type of cmake_subprojectoptions::append_link_args (does not accept language keyword arg)
1 parent c774dcd commit e3bb20a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
- Use `meson.format` for formatting
33
- Update API level to Oct. 16 2024
44
- Fix adding newline at the end for formatting
5+
- Fixed types of cmake_subprojectoptions::append_link_args
56

67
# 4.3.4 (Sep 01 2024)
78
- Fix crash if first statement of root meson.build is not a function call (#135)

src/libtypenamespace/methods.def

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -404,10 +404,6 @@ cmake_subprojectoptions::append_link_args:
404404
- Varargs: true
405405
- Types:
406406
- str
407-
- @language:
408-
- Optional: false
409-
- Types:
410-
- str
411407
- @target:
412408
- Optional: true
413409
- Types:

0 commit comments

Comments
 (0)