Skip to content

Commit 590aa33

Browse files
committed
Less compilation on non-win32 systems
1 parent 0be0047 commit 590aa33

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Framework/ThirdParty/freetype

Submodule freetype updated 1 file

create-project.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ enabled-modules:
6767
xdg: false" > uvproj.yaml
6868

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

0 commit comments

Comments
 (0)