Build fixes
This commit is contained in:
@@ -3,7 +3,7 @@ let project = new Project("plugins");
|
||||
project.add_cfiles("plugins.c");
|
||||
|
||||
if (platform === "windows") {
|
||||
project.add_lib('proc_texsynth/win32/texsynth');
|
||||
project.add_lib(project.basedir + '/proc_texsynth/win32/texsynth');
|
||||
}
|
||||
else if (platform === "linux") {
|
||||
project.add_lib("texsynth -L" + project.basedir + "/proc_texsynth/linux");
|
||||
|
||||
Reference in New Issue
Block a user