We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80c7588 commit 4c5d003Copy full SHA for 4c5d003
build.win32x86/pharo.cog.spur.lowcode/Makefile
@@ -15,6 +15,8 @@ VMSRCDIR:=../../spurlowcodesrc/vm
15
#COGDEFS:= -DPharoVM=1 -DSTACK_ALIGN_BYTES=16 -DALLOCA_LIES_SO_USE_GETSP=0
16
COGDEFS:= -DPharoVM=1
17
18
+COMPILER_TO_USE:=clang
19
+
20
THIRDPARTYLIBS:=pkgconfig openssl libssh2 libgit2 libsdl2 zlib libpng freetype2 pixman cairo libgcc
21
22
include ../common/Makefile
0 commit comments