summaryrefslogtreecommitdiffstats
path: root/docs/release/scripts/src/osd/sdl.lua
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2020-03-26 12:54:28 +1100
committer Robbbert <Robbbert@users.noreply.github.com>2020-03-26 12:54:28 +1100
commit75e0ed7918a4656755a08bdb7025af579615e033 (patch)
tree7e5061afb9d701862e2f27369a4019e8cd5fdb13 /docs/release/scripts/src/osd/sdl.lua
parent053c04ffc930159c538bcd77dd3255c74cdd2951 (diff)
0.220 Release filestag220
Diffstat (limited to 'docs/release/scripts/src/osd/sdl.lua')
-rw-r--r--docs/release/scripts/src/osd/sdl.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/release/scripts/src/osd/sdl.lua b/docs/release/scripts/src/osd/sdl.lua
index 43b1e20e079..10aa9940c52 100644
--- a/docs/release/scripts/src/osd/sdl.lua
+++ b/docs/release/scripts/src/osd/sdl.lua
@@ -239,21 +239,16 @@ end
BASE_TARGETOS = "unix"
SDLOS_TARGETOS = "unix"
-SDL_NETWORK = ""
if _OPTIONS["targetos"]=="linux" then
- SDL_NETWORK = "taptun"
elseif _OPTIONS["targetos"]=="openbsd" then
elseif _OPTIONS["targetos"]=="netbsd" then
- SDL_NETWORK = "pcap"
elseif _OPTIONS["targetos"]=="haiku" then
elseif _OPTIONS["targetos"]=="asmjs" then
elseif _OPTIONS["targetos"]=="windows" then
BASE_TARGETOS = "win32"
SDLOS_TARGETOS = "win32"
- SDL_NETWORK = "pcap"
elseif _OPTIONS["targetos"]=="macosx" then
SDLOS_TARGETOS = "macosx"
- SDL_NETWORK = "pcap"
end
if _OPTIONS["with-bundled-sdl2"]~=nil then