We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1815992 commit f70dd19Copy full SHA for f70dd19
Jamfile
@@ -29,7 +29,7 @@ rule SharedLibrary
29
# Remove .o file after .so is made
30
# NOTE: commenting this line out allows rebuilds to skip compiling .cpp
31
# files that haven't been changed.
32
- RmTemps $(<) : $(>:S=$(SUFOBJ)) ;
+ # RmTemps $(<) : $(>:S=$(SUFOBJ)) ;
33
}
34
35
# To create a soft link, run the following command in the terminal.
@@ -111,5 +111,5 @@ SharedLibrary Be.so : $(sourceFiles) ;
111
Symlink $(sourceFiles:S=.so) : Be.so ;
112
113
# As part of `jam install`, copy the following files:
114
-InstallLib /boot/system/non-packaged/lib/python$(py)/site-packages/haiku-pyapi
+InstallLib /boot/system/non-packaged/lib/python$(py)/site-packages/Be
115
: $(sourceFiles:S=.so) Be.so ;
0 commit comments