Skip to content

Commit 2ae0b94

Browse files
committed
Restored
1 parent 2e130da commit 2ae0b94

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
- Changed desktop OpenGL internal format to GL_R8
66
- Fixed Tilemap.data_ptr to expose full map data
7-
- Changed to bundle SDL2 for Linux
87
- Updated the build environment version for Mac to macOS 15
98

109
## 2.5.7

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ WASM_TARGET = wasm32-unknown-emscripten
6363

6464
# Tool options
6565
CLIPPY_OPTS = -q -- --no-deps
66-
MATURIN_OPTS = --manylinux 2014
66+
MATURIN_OPTS = --manylinux 2014 --auditwheel skip
6767

6868
# Build options
6969
TARGET ?= $(shell rustc -vV | awk '/^host:/ {print $$2}')

0 commit comments

Comments
 (0)