Skip to content

Commit

Permalink
Less compilation on non-win32 systems
Browse files Browse the repository at this point in the history
  • Loading branch information
Madman10K committed May 7, 2024
1 parent 0be0047 commit 590aa33
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Framework/Modules/OS/ThirdParty/UntitledDBusUtils
2 changes: 1 addition & 1 deletion Framework/ThirdParty/freetype
Submodule freetype updated 1 files
+1 −1 .mailmap
2 changes: 1 addition & 1 deletion UVKBuildTool
2 changes: 1 addition & 1 deletion create-project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ enabled-modules:
xdg: false" > uvproj.yaml

# Create symbolic links
if [ "${windows}" = true && ${headless} = false ]; then
if [ "${windows}" == true ] && [ "${headless}" == false ]; then
# If headless, run directly, since we assume that you have the required privileges
if [ "${headless}" = true ]; then
cmd //c mklink //d .\\Framework ..\\..\\Framework && cmd //c mklink //d .\\UVKBuildTool ..\\..\\UVKBuildTool && return
Expand Down

0 comments on commit 590aa33

Please sign in to comment.