mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-11-24 13:42:06 +00:00
chore: make ufbx compilation language C
This commit is contained in:
2
thirdparty/ufbx.lua
vendored
2
thirdparty/ufbx.lua
vendored
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user