Skip to content

Commit

Permalink
Removed source code path from the binary
Browse files Browse the repository at this point in the history
  • Loading branch information
kitao committed Dec 10, 2023
1 parent 693ed42 commit 91a2ec8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ format:
build: format
@$(ENSURE_TARGET)
@$(SCRIPTS_DIR)/make_abspath_readme
@maturin build -o $(DIST_DIR) $(BUILD_OPTS) --manylinux 2014 --skip-auditwheel
@RUSTFLAGS="$(RUSTFLAGS) --remap-path-prefix $(CURDIR)=pyxel" \
maturin build -o $(DIST_DIR) $(BUILD_OPTS) --manylinux 2014 --skip-auditwheel

install: build
@pip3 install --force-reinstall `ls -rt $(DIST_DIR)/*.whl | tail -n 1`
Expand Down

0 comments on commit 91a2ec8

Please sign in to comment.