lua-sol2: Apply workaround for oneAPI compiler for problem with build (#48920)
This commit is contained in:
parent
f71e202f24
commit
01e16b58a3
@ -31,6 +31,12 @@ class LuaSol2(CMakePackage):
|
||||
# Lua is not needed when building, since sol2 is headers-only
|
||||
depends_on("lua", type=("link", "run"))
|
||||
|
||||
patch(
|
||||
"https://github.com/ThePhD/sol2/pull/1606.patch?full_index=1",
|
||||
when="@3.3.0 %oneapi@2025:",
|
||||
sha256="ed6c5924a0639fb1671e6d7dacbb88dce70aa006bcee2f380b6acd34da89664c",
|
||||
)
|
||||
|
||||
def cmake_args(self):
|
||||
args = [
|
||||
self.define("SOL2_ENABLE_INSTALL", True),
|
||||
|
Loading…
Reference in New Issue
Block a user