mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Vojtech likes to use Sublime on Windows to get the wheels rolling.
This commit is contained in:
@@ -38,7 +38,7 @@ if (defined $ENV{BOOST_DIR}) {
|
||||
qw(C:\Boost\lib /lib);
|
||||
|
||||
if ($^O eq 'MSWin32') {
|
||||
for my $path (glob('C:\dev\boost*'), glob ('C:\boost*')) {
|
||||
for my $path (glob('C:\dev\boost*'), glob ('C:\boost*'), glob ('d:\src\boost*')) {
|
||||
push @boost_include, $path;
|
||||
push @boost_libs, $path . "/stage/lib";
|
||||
}
|
||||
@@ -89,6 +89,9 @@ path through the BOOST_DIR environment variable:
|
||||
|
||||
EOF
|
||||
|
||||
# Enable C++ 0x features of the language.
|
||||
#push @cflags, qw(-std=c++0x);
|
||||
|
||||
if ($ENV{SLIC3R_DEBUG}) {
|
||||
# only on newer GCCs: -ftemplate-backtrace-limit=0
|
||||
push @cflags, qw(-DSLIC3R_DEBUG -g);
|
||||
|
||||
Reference in New Issue
Block a user