瀏覽代碼

Update Makefile

Ray 1 年之前
父節點
當前提交
08ae888722
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/Makefile

+ 1 - 1
examples/Makefile

@@ -50,7 +50,7 @@
 # Define required environment variables
 #------------------------------------------------------------------------------------------------
 # Define target platform: PLATFORM_DESKTOP, PLATFORM_DESKTOP_SDL, PLATFORM_DRM, PLATFORM_ANDROID, PLATFORM_WEB
-PLATFORM              ?= PLATFORM_DESKTOP_RGFW
+PLATFORM              ?= PLATFORM_DESKTOP
 
 # Define required raylib variables
 PROJECT_NAME          ?= raylib_examples