Skip to content

Commit 8c5bd73

Browse files
committed
Release v0.3.0-beta2
1 parent 7d8cf1f commit 8c5bd73

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
if: matrix.os == 'windows-latest'
123123
shell: msys2 {0}
124124
run: |
125-
mingw32-make all DEBUG=0
125+
mingw32-make all DEBUG=0 WINDOWS_CMD=0
126126
127127
- name: Prepare Linux package
128128
if: matrix.os == 'ubuntu-latest'

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ VARS ?=
55
CXXSTD ?= c++20
66

77
DEBUG ?= 0
8-
WINDOWS_CMD ?= 1
8+
WINDOWS_CMD ?= 0
99
ENABLE_PORTALS ?= 1
1010

1111
COMPILER := $(shell $(CXX) --version | head -n1)

0 commit comments

Comments
 (0)