Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'xs/Build.PL')
-rw-r--r--xs/Build.PL4
1 files changed, 2 insertions, 2 deletions
diff --git a/xs/Build.PL b/xs/Build.PL
index d0704a409..9578efc90 100644
--- a/xs/Build.PL
+++ b/xs/Build.PL
@@ -17,8 +17,8 @@ if ($^O eq 'darwin') {
push @ldflags, qw(-framework IOKit -framework CoreFoundation);
}
-my @INC = qw();
-my @LIBS = qw();
+my @INC = qw(-Isrc/libslic3r);
+my @LIBS = qw(-Lsrc/libslic3r);
# search for Boost in a number of places
my @boost_include = my @boost_libs = ();