File tree Expand file tree Collapse file tree 5 files changed +21
-2
lines changed
Expand file tree Collapse file tree 5 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -226,7 +226,6 @@ class MMSPluginConfig(object):
226226 '-fno-strict-aliasing' ,
227227 '-Wfatal-errors' ,
228228 '-Wno-uninitialized' ,
229- '-Wno-invalid-offsetof' ,
230229 '-Wno-attributes' ,
231230 '-Wno-unused' ,
232231 '-Wno-switch' ,
Original file line number Diff line number Diff line change 1+ docker run -- rm - it - v .:/ swiftly swiftly:latest
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ export HL2SDKCS2="$(pwd)/hl2sdk"
55
66mkdir build
77cd build
8- CC=gcc CXX=g++ python3 ../configure.py --plugin-name=swiftly --plugin-alias=swift -s cs2 --targets=x86_64
8+ CC=gcc CXX=g++ python3 ../configure.py --plugin-name=swiftly --plugin-alias=swift -s cs2
99cd ..
Original file line number Diff line number Diff line change 1+ FROM registry.gitlab.steamos.cloud/steamrt/sniper/sdk
2+
3+ LABEL MAINTAINER="SkuZZi <contact@skuzzi.ro>"
4+
5+ WORKDIR /
6+
7+ RUN git clone https://github.com/alliedmodders/ambuild.git
8+ RUN cd ambuild; python setup.py install; cd ..
9+ RUN sudo apt install -y libreadline-dev
10+
11+ CMD [ "/swiftly/utils/setup.sh" ]
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ cd /swiftly
4+
5+ rm -rf build
6+ bash ./setup.sh
7+ cd build
8+ ambuild
You can’t perform that action at this time.
0 commit comments