Skip to content

Commit

Permalink
Fix duplicate rows
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Domjan authored and Greg Domjan committed Jan 6, 2023
1 parent f9e7530 commit e6fbf31
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/main/resources/com/github/maven_nar/aol.properties
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,7 @@ x86.Windows.msvc.res.excludes=

x86.Windows.msvc.idl.compiler=midl
x86.Windows.msvc.idl.defines=
x86.Windows.msvc.idl.options=
x86.Windows.msvc.idl.includes=**/*.idl
x86.Windows.msvc.idl.excludes=
x86.Windows.msvc.idl.options=/win32
x86.Windows.msvc.idl.excludes=ia64/* amd64/*

Expand Down Expand Up @@ -891,10 +889,6 @@ x86_64.MacOSX.icc.java.runtimeDirectory=IGNORED

x86_64.MacOSX.icc.lib.prefix=lib
x86_64.MacOSX.icc.shared.prefix=lib
x86_64.MacOSX.icc.static.extension=a
x86_64.MacOSX.icc.shared.extension=dylib
x86_64.MacOSX.icc.plugin.extension=bundle
x86_64.MacOSX.icc.jni.extension=jnilib
x86_64.MacOSX.icc.executable.extension=

# FIXME to be removed when NAR-6
Expand Down Expand Up @@ -931,10 +925,6 @@ x86_64.MacOSX.icpc.java.runtimeDirectory=IGNORED

x86_64.MacOSX.icpc.lib.prefix=lib
x86_64.MacOSX.icpc.shared.prefix=lib
x86_64.MacOSX.icpc.static.extension=a
x86_64.MacOSX.icpc.shared.extension=dylib
x86_64.MacOSX.icpc.plugin.extension=bundle
x86_64.MacOSX.icpc.jni.extension=jnilib
x86_64.MacOSX.icpc.executable.extension=

# FIXME to be removed when NAR-6
Expand Down Expand Up @@ -1084,7 +1074,7 @@ sparc64.SunOS.gpp.executable.extension=
#
# AIX 32/bit
#
ppc.AIX.linker=g++
# ppc.AIX.linker=g++

ppc.AIX.gpp.cpp.compiler=g++
ppc.AIX.gpp.cpp.defines=AIX GNU_GCC f2cFortran
Expand Down

0 comments on commit e6fbf31

Please sign in to comment.