Skip to content

Commit f70dd19

Browse files
Update Jamfile
1 parent 1815992 commit f70dd19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jamfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ rule SharedLibrary
2929
# Remove .o file after .so is made
3030
# NOTE: commenting this line out allows rebuilds to skip compiling .cpp
3131
# files that haven't been changed.
32-
RmTemps $(<) : $(>:S=$(SUFOBJ)) ;
32+
# RmTemps $(<) : $(>:S=$(SUFOBJ)) ;
3333
}
3434

3535
# To create a soft link, run the following command in the terminal.
@@ -111,5 +111,5 @@ SharedLibrary Be.so : $(sourceFiles) ;
111111
Symlink $(sourceFiles:S=.so) : Be.so ;
112112

113113
# As part of `jam install`, copy the following files:
114-
InstallLib /boot/system/non-packaged/lib/python$(py)/site-packages/haiku-pyapi
114+
InstallLib /boot/system/non-packaged/lib/python$(py)/site-packages/Be
115115
: $(sourceFiles:S=.so) Be.so ;

0 commit comments

Comments
 (0)