Browse Source

Linux build fixes.

Brucey 3 years ago
parent
commit
06eb872a76
1 changed files with 1 additions and 2 deletions
  1. 1 2
      libssh2.mod/common.bmx

+ 1 - 2
libssh2.mod/common.bmx

@@ -1,4 +1,4 @@
-' Copyright (c) 2009-2021 Bruce A Henderson
+' Copyright (c) 2009-2022 Bruce A Henderson
 ' All rights reserved.
 ' All rights reserved.
 '
 '
 ' Redistribution and use in source and binary forms, with or without
 ' Redistribution and use in source and binary forms, with or without
@@ -27,7 +27,6 @@ SuperStrict
 
 
 ?linux
 ?linux
 Import "-ldl"
 Import "-ldl"
-Import "-lidn"
 ?win32
 ?win32
 Import "-ladvapi32"
 Import "-ladvapi32"
 ?
 ?