Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
LostbBlizzard committed Oct 12, 2024
1 parent b9afc04 commit 3cd2aec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,9 @@ newaction {
end

if os.istarget("windows") then
executeorexit("msbuild UCodeLang/UCodeLang.vcxproj /t:Build /p:Configuration=Debug /p:Platform=WinArm -maxcpucount")
executeorexit("msbuild UCodeLanguageSever/UCodeLanguageSever.vcxproj /t:Build /p:Configuration=Debug /p:Platform=WinArm -maxcpucount")
executeorexit("msbuild UCodeLangCL/UCodeLangCL.vcxproj UCodeLangCL /t:Build /p:Configuration=Debug /p:Platform=WinArm -maxcpucount")
executeorexit("msbuild UCodeLang.sln /t:UCodeLang /p:Configuration=Debug /p:Platform=WinArm -maxcpucount")
executeorexit("msbuild UCodeLang.sln /t:UCodeLanguageSever /p:Configuration=Debug /p:Platform=WinArm -maxcpucount")
executeorexit("msbuild UCodeLang.sln /t:UCodeLangCL /p:Configuration=Debug /p:Platform=WinArm -maxcpucount")
end

if os.istarget("macosx") then
Expand Down

0 comments on commit 3cd2aec

Please sign in to comment.