Skip to content

Commit ca283fb

Browse files
tinyobjloader: add more platform support (#8813)
1 parent 230adc1 commit ca283fb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/t/tinyobjloader/xmake.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
package("tinyobjloader")
2-
32
set_homepage("https://github.com/tinyobjloader/tinyobjloader")
43
set_description("Tiny but powerful single file wavefront obj loader")
54
set_license("MIT")
@@ -21,7 +20,7 @@ package("tinyobjloader")
2120
end
2221
end)
2322

24-
on_install("macosx", "linux", "windows", "mingw", "android", "iphoneos", "cross", function (package)
23+
on_install(function (package)
2524
io.writefile("xmake.lua", string.format([[
2625
add_rules("mode.debug", "mode.release")
2726
add_rules("utils.install.cmake_importfiles")

0 commit comments

Comments
 (0)