mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-20 02:25:14 -07:00
Reorder
This commit is contained in:
parent
c298d1a8c6
commit
411905f83b
@ -44,10 +44,10 @@ pub fn build(b: *std.build.Builder) !void {
|
||||
{
|
||||
continue;
|
||||
}
|
||||
b.installArtifact(lib);
|
||||
if (optimize != .Debug and !target.isWindows() and lib != static) {
|
||||
lib.strip = true;
|
||||
}
|
||||
b.installArtifact(lib);
|
||||
lib.linkLibC();
|
||||
|
||||
lib.addIncludePath(.{ .path = "src/libsodium/include/sodium" });
|
||||
|
Loading…
Reference in New Issue
Block a user