mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-21 16:45:44 +00:00
Merge pull request #409 from diamante0018/chore/premake5
chore: update Premake5
This commit is contained in:
commit
74b9f7b010
@ -1,7 +1,7 @@
|
|||||||
@echo off
|
@echo off
|
||||||
|
|
||||||
set PREMAKE_URL="https://github.com/premake/premake-core/releases/download/v5.0.0-beta4/premake-5.0.0-beta4-windows.zip"
|
set PREMAKE_URL="https://github.com/premake/premake-core/releases/download/v5.0.0-beta6/premake-5.0.0-beta6-windows.zip"
|
||||||
set PREMAKE_HASH="12d741d3b70445b025c03e26148e2d129801041fa5ddde61b4ac888a76017395"
|
set PREMAKE_HASH="c34a6e0b15f119f6284886298fdd8df543af87ad16f3ce5f4d0a847be2a88343"
|
||||||
|
|
||||||
@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-beta4/premake-5.0.0-beta4-linux.tar.gz'
|
PREMAKE_URL='https://github.com/premake/premake-core/releases/download/v5.0.0-beta6/premake-5.0.0-beta6-linux.tar.gz'
|
||||||
PREMAKE_HASH='4356ab7cdec6085183d68fb240089376eacdc2fb751ffbd8063d797ae43abeb3'
|
PREMAKE_HASH='fade2839ace1a2953556693e6f3d8f9b8b2897894b5a1f2ad477cdf8e9af042a'
|
||||||
|
|
||||||
# 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
|
||||||
@ -72,4 +72,4 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
$PREMAKE_BIN $@ gmake2
|
$PREMAKE_BIN $@ gmake
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
require("premake", ">=5.0.0-beta4")
|
require("premake", ">=5.0.0-beta5")
|
||||||
|
|
||||||
include "tools/scripts/folders.lua"
|
include "tools/scripts/folders.lua"
|
||||||
include "tools/scripts/including.lua"
|
include "tools/scripts/including.lua"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user