Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
Zipr Toolchain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open Source Software
Zipr Toolchain
Commits
3b8cfb3b
Commit
3b8cfb3b
authored
6 years ago
by
Jason Hiser
Browse files
Options
Downloads
Patches
Plain Diff
fixed build to elide libxform, which is now eliminated.
Former-commit-id: f439e170893298e757ee8f3f9b87981a1d6edbf5
parent
abffb0c2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
meds2pdb/SConscript
+1
-1
1 addition, 1 deletion
meds2pdb/SConscript
with
1 addition
and
1 deletion
meds2pdb/SConscript
+
1
−
1
View file @
3b8cfb3b
...
...
@@ -22,7 +22,7 @@ pgm="meds2pdb"
myenv
.
Append
(
CXXFLAGS
=
"
-std=c++11
"
)
LIBPATH
=
"
$SECURITY_TRANSFORMS_HOME/lib
"
LIBS
=
Split
(
"
IRDB-cfg IRDB-util
xform
transform MEDSannotation
"
+
env
.
subst
(
'
$BASE_IRDB_LIBS
'
))
LIBS
=
Split
(
"
IRDB-cfg IRDB-util transform MEDSannotation
"
+
env
.
subst
(
'
$BASE_IRDB_LIBS
'
))
myenv
=
myenv
.
Clone
(
CPPPATH
=
Split
(
cpppath
))
pgm
=
myenv
.
Program
(
pgm
,
files
,
LIBPATH
=
LIBPATH
,
LIBS
=
LIBS
)
install1
=
myenv
.
Install
(
"
$SECURITY_TRANSFORMS_HOME/bin/
"
,
pgm
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment