summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2015-04-01 18:00:35 +1100
committer Vas Crabb <vas@vastheman.com>2015-04-01 18:00:35 +1100
commit5ca708070350265b744537354867b1510f1eff1f (patch)
treef6cd9d196dc8bfece85e0c902ed8cdf9ad93d099 /scripts/genie.lua
parent19d52cef70b0ef0c373ddb8c49cefd179d309f37 (diff)
Link osdnet into a library reflecting its location, define USE_NETWORK properly, don't use SDL in non-SDL-specific macros
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r--scripts/genie.lua6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua
index dfcb17d08a7..2ea08108b7f 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -390,12 +390,6 @@ defines {
"LSB_FIRST",
}
--- define USE_NETWORK if networking is enabled (not OS/2 and hasn't been disabled)
-if not _OPTIONS["targetos"]=="os2" then
- defines {
- "USE_NETWORK",
- }
-end
-- need to ensure FLAC functions are statically linked
defines {
"FLAC__NO_DLL",