Skip to content

Commit

Permalink
Updated premake5 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ohjurot committed Jan 9, 2025
1 parent 591d2aa commit af3c816
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions scripts/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Project initialization script
This will initialize your VisualStudio solution / Your makefile
Copyright (c) 2024 Moxibyte GmbH
Copyright (c) 2025 Moxibyte GmbH
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -52,7 +52,7 @@ def GetPremakeDownloadUrl(version):
else:
return baseUrl + '-windows.zip'

def DownloadPremake(version = '5.0.0-beta2'):
def DownloadPremake(version = '5.0.0-beta4'):
premakeDownloadUrl = GetPremakeDownloadUrl(version)
premakeTargetFolder = './dependencies/premake5'
premakeTargetZip = f'{premakeTargetFolder}/premake5.tmp'
Expand Down
4 changes: 2 additions & 2 deletions scripts/libmox.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- Lua utils for MoxPP
--
-- Copyright (c) 2023 Moxibyte GmbH
-- Copyright (c) 2025 Moxibyte GmbH
--
-- Permission is hereby granted, free of charge, to any person obtaining a copy
-- of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -104,7 +104,7 @@ function mox_project(name, output_name)
"_WIN32_WINNT=0x0A00",
}
filter {}
filter { "system:unix" }
filter { "system:unix or linux" }
defines {
cmox_macro_prefix .. "OS_LINUX",
}
Expand Down

0 comments on commit af3c816

Please sign in to comment.