mirror of
https://github.com/Source2ZE/MovementUnlocker.git
synced 2026-09-27 20:57:04 +02:00
Build tweaks
This commit is contained in:
parent
3c55be5323
commit
3ae69d0965
3 changed files with 2 additions and 3 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -52,7 +52,7 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
python ../configure.py --enable-optimize --symbol-files --sdks cs2 --hl2sdk-manifests hl2sdk-manifests/
|
python ../configure.py --enable-optimize --symbol-files --sdks cs2
|
||||||
ambuild
|
ambuild
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
|
|
|
||||||
1
AMBuildScript
generated
1
AMBuildScript
generated
|
|
@ -150,7 +150,6 @@ class MMSPluginConfig(object):
|
||||||
'-pipe',
|
'-pipe',
|
||||||
'-fno-strict-aliasing',
|
'-fno-strict-aliasing',
|
||||||
'-Wall',
|
'-Wall',
|
||||||
'-Werror',
|
|
||||||
'-Wno-uninitialized',
|
'-Wno-uninitialized',
|
||||||
'-Wno-unused',
|
'-Wno-unused',
|
||||||
'-Wno-switch',
|
'-Wno-switch',
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ parser.options.add_argument('-a', '--plugin-alias', type=str, dest='plugin_alias
|
||||||
help='Plugin alias')
|
help='Plugin alias')
|
||||||
parser.options.add_argument('--hl2sdk-root', type=str, dest='hl2sdk_root', default=None,
|
parser.options.add_argument('--hl2sdk-root', type=str, dest='hl2sdk_root', default=None,
|
||||||
help='Root search folder for HL2SDKs')
|
help='Root search folder for HL2SDKs')
|
||||||
parser.options.add_argument('--hl2sdk-manifests', type=str, dest='hl2sdk_manifests', default=None,
|
parser.options.add_argument('--hl2sdk-manifests', type=str, dest='hl2sdk_manifests', default='hl2sdk-manifests/',
|
||||||
help='HL2SDK manifests source tree folder')
|
help='HL2SDK manifests source tree folder')
|
||||||
parser.options.add_argument('--mms_path', type=str, dest='mms_path', default=None,
|
parser.options.add_argument('--mms_path', type=str, dest='mms_path', default=None,
|
||||||
help='Metamod:Source source tree folder')
|
help='Metamod:Source source tree folder')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue