mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-11-24 05:32: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)
|
targetdir(TargetDirectoryLib)
|
||||||
location "%{wks.location}/thirdparty/%{prj.name}"
|
location "%{wks.location}/thirdparty/%{prj.name}"
|
||||||
kind "StaticLib"
|
kind "StaticLib"
|
||||||
language "C++"
|
language "C"
|
||||||
|
|
||||||
files {
|
files {
|
||||||
path.join(folder, "ufbx/*.h"),
|
path.join(folder, "ufbx/*.h"),
|
||||||
|
|||||||
Reference in New Issue
Block a user