mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-01-27 10:23:05 +00:00
Merge pull request #664 from Laupetin/chore/upgrade-premake
chore: upgrade premake to 5.0.0-beta8
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
set PREMAKE_URL="https://github.com/premake/premake-core/releases/download/v5.0.0-beta6/premake-5.0.0-beta6-windows.zip"
|
set PREMAKE_URL="https://github.com/premake/premake-core/releases/download/v5.0.0-beta8/premake-5.0.0-beta8-windows.zip"
|
||||||
set PREMAKE_HASH="c34a6e0b15f119f6284886298fdd8df543af87ad16f3ce5f4d0a847be2a88343"
|
set PREMAKE_HASH="2301e3e23ff3074cb83a5ea6103d68c7ea81dad56b786807c84b0643cddea31b"
|
||||||
|
|
||||||
@REM The following variables can be set:
|
@REM The following variables can be set:
|
||||||
@REM PREMAKE_NO_GLOBAL - Ignore premake5 executable from path
|
@REM PREMAKE_NO_GLOBAL - Ignore premake5 executable from path
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
PREMAKE_URL='https://github.com/premake/premake-core/releases/download/v5.0.0-beta6/premake-5.0.0-beta6-linux.tar.gz'
|
PREMAKE_URL='https://github.com/premake/premake-core/releases/download/v5.0.0-beta8/premake-5.0.0-beta8-linux.tar.gz'
|
||||||
PREMAKE_HASH='fade2839ace1a2953556693e6f3d8f9b8b2897894b5a1f2ad477cdf8e9af042a'
|
PREMAKE_HASH='2921a59e267bce1f3e5208b8e04881c94dc23f4849adf0d830875ded23634b1f'
|
||||||
|
|
||||||
# The following variables can be set:
|
# The following variables can be set:
|
||||||
# PREMAKE_NO_GLOBAL - Ignore premake5 executable from path
|
# PREMAKE_NO_GLOBAL - Ignore premake5 executable from path
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
require("premake", ">=5.0.0-beta5")
|
require("premake", ">=5.0.0-beta8")
|
||||||
|
|
||||||
include "tools/scripts/folders.lua"
|
include "tools/scripts/folders.lua"
|
||||||
include "tools/scripts/including.lua"
|
include "tools/scripts/including.lua"
|
||||||
@@ -18,10 +18,7 @@ workspace "OpenAssetTools"
|
|||||||
systemversion "latest"
|
systemversion "latest"
|
||||||
cppdialect "C++23"
|
cppdialect "C++23"
|
||||||
largeaddressaware "on"
|
largeaddressaware "on"
|
||||||
|
multiprocessorcompile "on"
|
||||||
flags {
|
|
||||||
"MultiProcessorCompile"
|
|
||||||
}
|
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
"Debug",
|
"Debug",
|
||||||
|
|||||||
Reference in New Issue
Block a user