Remove debug print from static2dll
This commit is contained in:
2
.ci/Jenkinsfile
vendored
2
.ci/Jenkinsfile
vendored
@@ -18,7 +18,7 @@
|
|||||||
def gitClone() {
|
def gitClone() {
|
||||||
cleanWs()
|
cleanWs()
|
||||||
def scmVars = git url: 'https://github.com/richardg867/86Box.git',
|
def scmVars = git url: 'https://github.com/richardg867/86Box.git',
|
||||||
branch: 'cleanup30'
|
branch: 'cleanup30'
|
||||||
env.GIT_COMMIT = scmVars.GIT_COMMIT
|
env.GIT_COMMIT = scmVars.GIT_COMMIT
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -91,7 +91,6 @@ parse_pkgconfig() {
|
|||||||
for arg in $*
|
for arg in $*
|
||||||
do
|
do
|
||||||
local arg_base="$(echo $arg | cut -c1-2)"
|
local arg_base="$(echo $arg | cut -c1-2)"
|
||||||
echo $arg
|
|
||||||
if [ "x$arg_base" = "x-l" ]
|
if [ "x$arg_base" = "x-l" ]
|
||||||
then
|
then
|
||||||
# Don't process the same lib again.
|
# Don't process the same lib again.
|
||||||
|
Reference in New Issue
Block a user