Skip to content

Commit b310533

Browse files
committed
d957a1b: gameLibs/bindQuirrelEx: mangle target name for LinuxUseGUI != yes case
1 parent 4cfb43a commit b310533

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • prog/gameLibs/quirrel/bindQuirrelEx

prog/gameLibs/quirrel/bindQuirrelEx/jamfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ if $(Platform) = linux {
6969
}
7070
else
7171
{
72+
Target = $(Target:S=~nogui.lib) ;
7273
Sources +=
7374
dagorSystemLinuxStub.cpp
7475
;

0 commit comments

Comments
 (0)