pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

raylib: Explicitly build for the "Desktop" platform



Module Name:	pkgsrc-wip
Committed By:	Charlotte Koch <dressupgeekout%gmail.com@localhost>
Pushed By:	cfkoch
Date:		Thu Oct 8 12:13:48 2020 -0700
Changeset:	c5a4ccdae469fdcb25bb8def9fc97fee85d19bd4

Modified Files:
	raylib/Makefile

Log Message:
raylib: Explicitly build for the "Desktop" platform

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c5a4ccdae469fdcb25bb8def9fc97fee85d19bd4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 raylib/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/raylib/Makefile b/raylib/Makefile
index c4cb000d41..362fb879d1 100644
--- a/raylib/Makefile
+++ b/raylib/Makefile
@@ -12,6 +12,7 @@ EXTRACT_USING=	gtar
 USE_LANGUAGES=	c c++
 USE_CMAKE=	yes
 
+CMAKE_ARGS+=	-DPLATFORM=Desktop
 CMAKE_ARGS+=	-DUSE_EXTERNAL_GLFW:BOOL=ON
 CMAKE_ARGS+=	-DBUILD_EXAMPLES:BOOL=OFF
 CMAKE_ARGS+=	-DBUILD_GAMES:BOOL=OFF


Home | Main Index | Thread Index | Old Index