Browse Source

Also include portlibs for nx.

woollybah 7 years ago
parent
commit
53c8408a50
1 changed files with 1 additions and 0 deletions
  1. 1 0
      make.bmk

+ 1 - 0
make.bmk

@@ -202,6 +202,7 @@
 		cmd = cmd .. " -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIE"
 		cmd = cmd .. " -I" .. bmk.Option("nx.devkitpro", "") .. "/libnx/include"
 		cmd = cmd .. " -I" .. bmk.Option("nx.devkitpro", "")
+		cmd = cmd .. " -I" .. bmk.Option("nx.devkitpro", "") .. "/portlibs/switch/include"
 	end
 	
 	# disable warnings ?