Skip to content

Commit

Permalink
Merge branch 'main' of 192.168.1.15:frameworks-and-libraries/VulkanRe…
Browse files Browse the repository at this point in the history
…nderer
  • Loading branch information
ravi688 committed Nov 23, 2024
2 parents aa37f69 + fb7c87a commit ad2bebc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ ifneq (,$(findstring Linux,$(PLATFORM_DETECT)))
PLATFORM := Linux
endif

# FreeBSD
ifneq (,$(findstring FreeBSD,$(PLATFORM_DETECT)))
PLATFORM := FreeBSD
endif

#-------------------------------------------
# Project Configuration
#-------------------------------------------
Expand Down
5 changes: 5 additions & 0 deletions sutk/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ ifneq (,$(findstring Linux,$(PLATFORM_DETECT)))
PLATFORM := Linux
endif

# FreeBSD
ifneq (,$(findstring FreeBSD,$(PLATFORM_DETECT))
PLATFORM := FreeBSD
endif

#-------------------------------------------
# Project Configuration
#-------------------------------------------
Expand Down

0 comments on commit ad2bebc

Please sign in to comment.