File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 run : |
3535 export CC=arm-none-eabi-gcc
3636 export HOST=arm-none-eabi
37- # Fullheap-safe via CFLAGS define (tested stable config)
38- export CFLAGS="-O2 -DNETSURF_USE_SAFE_FULLHEAP"
37+ export CFLAGS='-O2 -DNETSURF_USE_SAFE_FULLHEAP'
3938 make TARGET=3ds HOST=arm-none-eabi CC=arm-none-eabi-gcc -j"$(nproc)"
4039 make TARGET=3ds HOST=arm-none-eabi CC=arm-none-eabi-gcc bundle -j"$(nproc)"
4140
4443 mkdir -p stage
4544 unzip bundle/resources.zip -d stage
4645 mkdir -p stage/share/netsurf
47- # Add CA bundle (PEM)
4846 curl -L https://curl.se/ca/cacert.pem -o stage/share/netsurf/ca-bundle.crt
49- # Add mime.types
5047 curl -L https://raw.githubusercontent.com/nginx/nginx/master/conf/mime.types -o stage/share/netsurf/mime.types
51- # Repack
5248 (cd stage && zip -qr ../resources.patched.zip share)
5349 mv resources.patched.zip bundle/resources.zip
5450
You can’t perform that action at this time.
0 commit comments