diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index e82f86c..f5d2000 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -68,8 +68,8 @@ jobs: # Build the mlx - name: Build MacroLibX - run: xmake --yes + run: xmake --yes -v # Build the test - name: Build Test - run: xmake build --yes Test + run: xmake build --yes -v Test diff --git a/xmake.lua b/xmake.lua index 1a20004..7048f27 100644 --- a/xmake.lua +++ b/xmake.lua @@ -15,7 +15,7 @@ add_requires("libsdl", "vulkan-headers") add_rules("mode.debug", "mode.release") -set_languages("cxx17") +set_languages("cxx17", "c99") set_objectdir("objs/xmake/$(os)_$(arch)") set_targetdir("./")