mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Fixed compilation of the XS module with SLIC3R_GUI compilation flag
enabled, leading to a linkage of GL and GLU libraries. https://github.com/prusa3d/Slic3r/issues/8
This commit is contained in:
@@ -172,7 +172,7 @@ if ($ENV{SLIC3R_GUI}) {
|
||||
push @LIBS, qw(-lopengl32);
|
||||
}
|
||||
} else {
|
||||
push @LIBS, qw(-lgl -lglu);
|
||||
push @LIBS, qw(-lGL -lGLU);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user