mirror of
https://github.com/wiiu-env/WiiUModuleSystem.git
synced 2024-11-22 09:49:18 +01:00
Store the wums version in the correct meta tag
This commit is contained in:
parent
eea542e424
commit
42a0ef7472
@ -41,7 +41,7 @@ extern "C" {
|
||||
|
||||
#define WUMS_MODULE_EXPORT_NAME(x) \
|
||||
WUMS_META(export_name, x); \
|
||||
WUMS_META(wum, "0.3.1"); \
|
||||
WUMS_META(wums, "0.3.1"); \
|
||||
WUMS_USE_WUT_MALLOC(); \
|
||||
WUMS_USE_WUT_SOCKETS(); \
|
||||
WUMS_USE_WUT_NEWLIB(); \
|
||||
|
Loading…
Reference in New Issue
Block a user