Skip to content

Commit

Permalink
makefile: Add option to use prebuilt pink-libs
Browse files Browse the repository at this point in the history
  • Loading branch information
kvinwang committed May 29, 2023
1 parent 7424f30 commit ac0fdb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions standalone/pruntime/gramine-build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ ${BIN_NAME}: ${BIN_FILE}
mkdir -p ${PINK_RUNTIME_DIST_DIR}
cp ../pink-runtimes/* ${PINK_RUNTIME_DIST_DIR}/
cp ${PINK_RUNTIME_DIST} ${PINK_RUNTIME_DIST_DIR}/
ifeq ($(PREFER_PREBUILT_PINK_LIBS),1)
cp ../pink-runtimes/* ${PINK_RUNTIME_DIST_DIR}/
endif

${BIN_NAME}.manifest: ${BIN_NAME}.manifest.template
gramine-manifest \
Expand Down
1 change: 1 addition & 0 deletions standalone/pruntime/pink-runtimes/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!*

0 comments on commit ac0fdb1

Please sign in to comment.