Commit 936d3852 authored by nanahira's avatar nanahira

test multi platform build

parent 6f894129
...@@ -2,7 +2,11 @@ project "cminiaudio" ...@@ -2,7 +2,11 @@ project "cminiaudio"
kind "StaticLib" kind "StaticLib"
files { "*.c", "*.h" } files { "*.c", "*.h" }
forceincludes { "./stb_vorbis.h" } filter "action:vs*"
forceincludes { "stb_vorbis.h" }
filter "not action:vs*"
forceincludes { "./stb_vorbis.h" }
filter "system:linux" filter "system:linux"
links { "dl", "pthread", "m" } links { "dl", "pthread", "m" }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment