Skip to content

Commit

Permalink
Attempt linux buildfix
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Oct 14, 2016
1 parent 4869634 commit f7a983a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Expand Up @@ -1574,6 +1574,7 @@ endif()

set(NativeAssets
android/assets/ui_atlas.zim
assets/lang
assets/shaders
assets/ppge_atlas.zim
assets/compat.ini
Expand Down Expand Up @@ -1641,7 +1642,7 @@ endif()

# installs
file(INSTALL ${NativeAssets} DESTINATION assets)
file(INSTALL flash0 lang DESTINATION assets)
file(INSTALL flash0 DESTINATION assets)

# packaging and code signing
if(IOS)
Expand Down

0 comments on commit f7a983a

Please sign in to comment.