File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ echo "Download statics from $URL ..."
3535wget -qO- " $URL " | tar -xz -C ./libs/mORMot/static
3636
3737# uncomment for fixed commit URL
38- URL=https://github.com/synopse/mORMot2/tarball/a0dda41833c3d32531080d1eeb5a1627540d62e9
38+ URL=https://github.com/synopse/mORMot2/tarball/6dc09ceca456931384857b383ed61b63f11f3be7
3939# URL="https://api.github.com/repos/synopse/mORMot2/tarball/$USED_TAG"
4040echo " Download and unpacking mORMot sources from $URL ..."
4141wget -qO- " $URL " | tar -xz -C ./libs/mORMot --strip-components=1
@@ -80,7 +80,7 @@ fpc -MDelphi -Sci -Ci -O3 -g -gl -gw2 -Xg -k'-rpath=$ORIGIN' -k-L$BIN \
8080 -Fu" $MSRC /core" -Fu" $MSRC /db" -Fu" $MSRC /rest" -Fu" $MSRC /crypt" \
8181 -Fu" $MSRC /app" -Fu" $MSRC /net" -Fu" $MSRC /lib" -Fu" $MSRC /orm" -Fu" $MSRC /soa" \
8282 -FU" $BIN /fpc-$ARCH_TG /.dcu" -FE" $BIN /fpc-$ARCH_TG " -o" $BIN /fpc-$ARCH_TG /$dest_fn " \
83- -dFPC_LIBCMM -dFPC_LIBCMM_NOMSIZE \
83+ -dFPC_X64MM -dFPCMM_SERVER \
8484 -B -Se1 " ./src/raw.pas" | grep " [Warning|Error|Fatal]:"
8585
8686script_successful
You can’t perform that action at this time.
0 commit comments