mirror of
https://github.com/tid-kijyun/Kanna.git
synced 2026-04-17 12:17:29 +00:00
7 lines
121 B
Plaintext
7 lines
121 B
Plaintext
module libxml2 [system] {
|
|
link "xml2"
|
|
umbrella header "libxml2-kanna.h"
|
|
export *
|
|
module * { export * }
|
|
}
|