Skip to content

Commit

Permalink
add back whichpython
Browse files Browse the repository at this point in the history
  • Loading branch information
KGB99 committed Aug 1, 2024
1 parent 4315d68 commit fef532d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/recipes_emscripten/python/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ $(BUILD)/Makefile: $(BUILD)/.patched
--host=wasm32-unknown-emscripten\
--build=$(shell $(BUILD)/config.guess) \
--prefix=$(INSTALL) \
--with-build-python=$(BUILD_PREFIX)/bin/python3.12
--with-build-python=$$(which python3.12) \
)
@echo "MAKEFILE STAGE DONE"

Expand Down

0 comments on commit fef532d

Please sign in to comment.