diff options
| author | Long Nguyen <nguyen.long.908132@gmail.com> | 2021-01-25 14:21:41 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-24 23:21:41 -0800 |
| commit | 124f5d912bd2c5429bc947e6f86de89df4f289a5 (patch) | |
| tree | 88e821d0f5fce70d1bd7254addfbc69b1cc33e35 /versions/baseline.json | |
| parent | f60b947e1311f72c4dae984a1da0ae7eda4e4048 (diff) | |
| download | vcpkg-124f5d912bd2c5429bc947e6f86de89df4f289a5.tar.gz vcpkg-124f5d912bd2c5429bc947e6f86de89df4f289a5.zip | |
[sdl2] Fix improper replacement of -lSDL2main + remove IGNORE_FLAGS and SYSTEM_LIBRARIES (#15540)
* [sdl2] Proper replacement of -lSDL2main -> -lSDL2maind
* [sdl2] Add extra SYSTEM_LIBRARIES and IGNORE_FLAGS
* [sdl2] Remove SYSTEM_LIBRARIES and IGNORE_FLAGS
* update baseline
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Diffstat (limited to 'versions/baseline.json')
| -rw-r--r-- | versions/baseline.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 95bc7f6c6..8bd6cd9ed 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5202,7 +5202,7 @@ }, "sdl2": { "baseline": "2.0.14", - "port-version": 0 + "port-version": 1 }, "sdl2-gfx": { "baseline": "1.0.4", |
