2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-11-23 21:22:07 +00:00

chore: make ufbx compilation language C

This commit is contained in:
Jan Laupetin
2025-11-10 22:47:06 +01:00
parent de6525f500
commit 32df8c8dfc

2
thirdparty/ufbx.lua vendored
View File

@@ -28,7 +28,7 @@ function ufbx:project()
targetdir(TargetDirectoryLib)
location "%{wks.location}/thirdparty/%{prj.name}"
kind "StaticLib"
language "C++"
language "C"
files {
path.join(folder, "ufbx/*.h"),