mirror of
https://github.com/TTimo/doom3.gpl.git
synced 2026-03-20 08:59:42 +01:00
Just use -lz instead of providing path to libz.a
This is cleaner and more portable.
This commit is contained in:
@@ -38,8 +38,5 @@ else:
|
||||
|
||||
g_env.Command( target_name, None, Action( build.Compile ) )
|
||||
|
||||
if platform.architecture()[0] == '64bit':
|
||||
curl_libs = [ target_name, '/usr/lib32/libz.a' ]
|
||||
else:
|
||||
curl_libs = [ target_name, '/usr/lib/libz.a' ]
|
||||
curl_libs = [ target_name ]
|
||||
Return( 'curl_libs' )
|
||||
|
||||
Reference in New Issue
Block a user