From af3c816d36c6d491dc62fd91f46e0b6b3c496280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludwig=20F=C3=BCchsl?= Date: Thu, 9 Jan 2025 12:49:44 +0100 Subject: [PATCH] Updated premake5 version --- scripts/init.py | 4 ++-- scripts/libmox.lua | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/init.py b/scripts/init.py index bf468bf..883b450 100644 --- a/scripts/init.py +++ b/scripts/init.py @@ -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 @@ -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' diff --git a/scripts/libmox.lua b/scripts/libmox.lua index ca3b44f..0d705bb 100644 --- a/scripts/libmox.lua +++ b/scripts/libmox.lua @@ -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 @@ -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", }