Skip to content

Commit

Permalink
Tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmorris committed Oct 22, 2024
1 parent 30ce865 commit 703dc26
Show file tree
Hide file tree
Showing 44 changed files with 13,672 additions and 6,076 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ WITH_FILTER ?=1
WITH_SESSION ?=1
WITH_TOKENIZER?=1

SKIP_SHARED_LIBS?=0

ifeq ($(filter ${WITH_BCMATH},0 1),)
$(error WITH_BCMATH MUST BE 0 or 1. PLEASE CHECK YOUR SETTINGS FILE: $(abspath ${ENV_FILE}))
endif
Expand Down
4 changes: 2 additions & 2 deletions demo-web/npm-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ if [ -d '../packages/php-wasm/mapped' ]; then {
fi

if [ -d '../packages/php-cgi-wasm/mapped' ]; then {
cp -r ../packages/php-cgi-wasm/mapped public/static/media
cp ../packages/php-cgi-wasm/*.map public/static/media
cp -r ../packages/php-cgi-wasm/mapped public/
cp ../packages/php-cgi-wasm/*.map public/
}
fi

Expand Down
Binary file not shown.
Binary file added demo-web/public/backups/drupal-7.95-pgsql.zip
Binary file not shown.
Loading

0 comments on commit 703dc26

Please sign in to comment.