Skip to content

Commit 3d54615

Browse files
fix: update USE_LOCAL_BREEZE_UI condition to check for local path existence
1 parent bec0b6c commit 3d54615

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deps/breeze-ui.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ package("breeze-glfw")
55

66
local BREEZE_UI_VER = "2026.04.12"
77
local BREEZE_UI_HASH = "8dce69e41f3080e0ec610c93f56fa9a1606a7baf"
8-
local USE_LOCAL_BREEZE_UI = os.getenv("CI") ~= "true"
98
local BREEZE_UI_LOCAL_PATH = "../breeze-ui"
9+
local USE_LOCAL_BREEZE_UI = os.exists(BREEZE_UI_LOCAL_PATH)
1010

1111
package("breeze-nanosvg")
1212
if USE_LOCAL_BREEZE_UI then

0 commit comments

Comments
 (0)