Skip to content

Commit c9c6be0

Browse files
committed
ci: Using the correct lazbuild
1 parent fc49d22 commit c9c6be0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# This need and IFDEF WINDOWS !!
12
LAZBUILD := $(shell command -v lazbuild)
23
OPTS := -B --bm=Release
34
OPTSQT5 := --ws=qt5
@@ -42,7 +43,7 @@ copy-locale:
4243

4344
build-win64:
4445
@echo "=== Building Win64"
45-
$(LAZBUILD) $(OPTS) $(LPI)
46+
lazbuild $(OPTS) $(LPI)
4647
@mkdir -p ./out/win64
4748
@mv -v "$(BIN).exe" "$(BINWIN64)"
4849

0 commit comments

Comments
 (0)