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 ..."
35
35
wget -qO- " $URL " | tar -xz -C ./libs/mORMot/static
36
36
37
37
# uncomment for fixed commit URL
38
- URL=https://github.com/synopse/mORMot2/tarball/a0dda41833c3d32531080d1eeb5a1627540d62e9
38
+ URL=https://github.com/synopse/mORMot2/tarball/6dc09ceca456931384857b383ed61b63f11f3be7
39
39
# URL="https://api.github.com/repos/synopse/mORMot2/tarball/$USED_TAG"
40
40
echo " Download and unpacking mORMot sources from $URL ..."
41
41
wget -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 \
80
80
-Fu" $MSRC /core" -Fu" $MSRC /db" -Fu" $MSRC /rest" -Fu" $MSRC /crypt" \
81
81
-Fu" $MSRC /app" -Fu" $MSRC /net" -Fu" $MSRC /lib" -Fu" $MSRC /orm" -Fu" $MSRC /soa" \
82
82
-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 \
84
84
-B -Se1 " ./src/raw.pas" | grep " [Warning|Error|Fatal]:"
85
85
86
86
script_successful
You can’t perform that action at this time.
0 commit comments