diff options
author | 2015-04-01 18:00:35 +1100 | |
---|---|---|
committer | 2015-04-01 18:00:35 +1100 | |
commit | 5ca708070350265b744537354867b1510f1eff1f (patch) | |
tree | f6cd9d196dc8bfece85e0c902ed8cdf9ad93d099 /scripts/genie.lua | |
parent | 19d52cef70b0ef0c373ddb8c49cefd179d309f37 (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.lua | 6 |
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", |